次の方法で共有


DatabaseProjectConfigurationExtender.SetConfigurationProperty メソッド

プロジェクト構成プロパティを設定します。

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

構文

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

Me.SetConfigurationProperty(propertyName, _
    propertyValue, raiseEvents)
protected void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    EventPropagation raiseEvents
)
protected:
void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    EventPropagation raiseEvents
)
protected function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : EventPropagation
)

パラメータ

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

参照

参照

DatabaseProjectConfigurationExtender クラス

DatabaseProjectConfigurationExtender メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders 名前空間