ノードの指定したプロパティの値を返します。
名前空間 : 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
パラメータ
- name
型 : System.String
プロパティの名前。
- def
型 : System.String
プロパティの既定値。
戻り値
型 : System.String