次の方法で共有


NodeProperties.SetProperty メソッド

プロジェクト階層ノードでプロパティを設定します。

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

構文

'宣言
Protected Sub SetProperty ( _
    name As String, _
    value As String _
)
'使用
Dim name As String
Dim value As String

Me.SetProperty(name, value)
protected void SetProperty(
    string name,
    string value
)
protected:
void SetProperty(
    String^ name, 
    String^ value
)
protected function SetProperty(
    name : String, 
    value : String
)

パラメータ

参照

参照

NodeProperties クラス

NodeProperties メンバ

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