Compartir a través de


ProjectConfig.GetMsBuildProperty (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Protected Function GetMsBuildProperty ( _
    propertyName As String, _
    resetCache As Boolean _
) As ProjectPropertyInstance
protected ProjectPropertyInstance GetMsBuildProperty(
    string propertyName,
    bool resetCache
)
protected:
ProjectPropertyInstance^ GetMsBuildProperty(
    String^ propertyName, 
    bool resetCache
)
member GetMsBuildProperty : 
        propertyName:string * 
        resetCache:bool -> ProjectPropertyInstance 
protected function GetMsBuildProperty(
    propertyName : String, 
    resetCache : boolean
) : ProjectPropertyInstance

Parámetros

Valor devuelto

Tipo: Microsoft.Build.Execution.ProjectPropertyInstance

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)