次の方法で共有


ProjectConfig.GetMsBuildProperty メソッド

ビルド プロパティを取得します。

名前空間 :  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

パラメータ

  • resetCache
    型 : System.Boolean
    キャッシュをリセットするかどうか。

戻り値

型 : Microsoft.Build.BuildEngine.BuildProperty

参照

参照

ProjectConfig クラス

ProjectConfig メンバ

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