Partager via


ProjectConfig.GetConfigurationProperty, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Function GetConfigurationProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As DatabaseProjectPropertyValueType _
) As String
public string GetConfigurationProperty(
    string propertyName,
    bool resetCache,
    DatabaseProjectPropertyValueType evaluation
)
public:
String^ GetConfigurationProperty(
    String^ propertyName, 
    bool resetCache, 
    DatabaseProjectPropertyValueType evaluation
)
member GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType -> string 
public function GetConfigurationProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : DatabaseProjectPropertyValueType
) : String

Paramètres

  • resetCache
    Type : System.Boolean
    true pour retraiter le cache de propriétés de MSBuild.

Valeur de retour

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms