プロジェクトのプロパティを設定します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overrides Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
raiseEvents As EventPropagation _
)
'使用
Dim instance As DatabaseProjectConfig
Dim propertyName As String
Dim propertyValue As String
Dim raiseEvents As EventPropagation
instance.SetConfigurationProperty(propertyName, _
propertyValue, raiseEvents)
public override void SetConfigurationProperty(
string propertyName,
string propertyValue,
EventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
EventPropagation raiseEvents
) override
public override function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
raiseEvents : EventPropagation
)
パラメータ
- propertyName
型 : System.String
プロパティの名前。
- propertyValue
型 : System.String
プロパティの新しい値。
- raiseEvents
型 : Microsoft.VisualStudio.Data.Schema.Project.Project.EventPropagation
システムでイベントを発生させるかどうかを判断します。