次の方法で共有


NodeProperties.GetProperty メソッド

ノードの指定したプロパティの値を返します。

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

構文

'宣言
Protected Function GetProperty ( _
    name As String, _
    def As String _
) As String
'使用
Dim name As String
Dim def As String
Dim returnValue As String

returnValue = Me.GetProperty(name, _
    def)
protected string GetProperty(
    string name,
    string def
)
protected:
String^ GetProperty(
    String^ name, 
    String^ def
)
protected function GetProperty(
    name : String, 
    def : String
) : String

パラメータ

戻り値

型 : System.String

参照

参照

NodeProperties クラス

NodeProperties メンバ

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