プロジェクト階層ノードでプロパティを設定します。
名前空間 : 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
)
パラメータ
- name
型 : System.String
設定する属性の名前。
- value
型 : System.String
属性に割り当てられる値。