ProjectConfig.GetMsBuildProperty Method

Gets the build property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Function GetMsBuildProperty ( _
    propertyName As String, _
    resetCache As Boolean _
) As BuildProperty
'Usage
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
member GetMsBuildProperty : 
        propertyName:string * 
        resetCache:bool -> BuildProperty 

Parameters

Return Value

Type: Microsoft.Build.BuildEngine.BuildProperty

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace