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
- propertyName
Type : System.String
Nom de la propriété.
- resetCache
Type : System.Boolean
true pour retraiter le cache de propriétés de MSBuild.
- evaluation
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyValueType
Détermine si le résultat final est évalué pour supprimer toutes les macros incorporées.
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms