次の方法で共有


ProjectConfig.InternalSetConfigurationProperty メソッド

イベントを使用せずに、プロジェクト プロパティを直接設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Protected Sub InternalSetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String _
)
'使用
Dim propertyName As String
Dim propertyValue As String

Me.InternalSetConfigurationProperty(propertyName, _
    propertyValue)
protected void InternalSetConfigurationProperty(
    string propertyName,
    string propertyValue
)
protected:
void InternalSetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue
)
protected function InternalSetConfigurationProperty(
    propertyName : String, 
    propertyValue : String
)

パラメータ

  • propertyValue
    型 : System.String
    新しいプロパティ値。

参照

参照

ProjectConfig クラス

ProjectConfig メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間