ビルド プロパティを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Protected Function GetMsBuildProperty ( _
propertyName As String, _
resetCache As Boolean _
) As BuildProperty
'使用
Dim propertyName As String
Dim resetCache As Boolean
Dim returnValue As BuildProperty
returnValue = Me.GetMsBuildProperty(propertyName, _
resetCache)
protected BuildProperty GetMsBuildProperty(
string propertyName,
bool resetCache
)
protected:
BuildProperty^ GetMsBuildProperty(
String^ propertyName,
bool resetCache
)
protected function GetMsBuildProperty(
propertyName : String,
resetCache : boolean
) : BuildProperty
パラメータ
- propertyName
型 : System.String
プロパティ名。
- resetCache
型 : System.Boolean
キャッシュをリセットするかどうか。
戻り値
型 : Microsoft.Build.BuildEngine.BuildProperty