IDatabaseProjectNode.GetProjectProperty Method (String, Boolean, PropertyValueType)

Returns the value of a project property.

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

Syntax

'Declaration
Function GetProjectProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As PropertyValueType _
) As String
'Usage
Dim instance As IDatabaseProjectNode
Dim propertyName As String
Dim resetCache As Boolean
Dim evaluation As PropertyValueType
Dim returnValue As String

returnValue = instance.GetProjectProperty(propertyName, _
    resetCache, evaluation)
string GetProjectProperty(
    string propertyName,
    bool resetCache,
    PropertyValueType evaluation
)
String^ GetProjectProperty(
    String^ propertyName, 
    bool resetCache, 
    PropertyValueType evaluation
)
function GetProjectProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : PropertyValueType
) : String
abstract GetProjectProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:PropertyValueType -> string 

Parameters

  • resetCache
    Type: System.Boolean
    Specifies whether to reprocess the MSBuild property cache

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

GetProjectProperty Overload

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