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
- propertyName
Type: System.String
The property name
- resetCache
Type: System.Boolean
Whether to reset the cache
Return Value
Type: Microsoft.Build.BuildEngine.BuildProperty
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace