イベントを使用せずに、プロジェクト プロパティを直接設定します。
名前空間 : 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
)
パラメータ
- propertyName
型 : System.String
プロパティ名。
- propertyValue
型 : System.String
新しいプロパティ値。