VCUserMacro.PerformEnvironmentSet, propriété
Les ensembles de obtient si la macro est définie dans l'environnement.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property PerformEnvironmentSet As Boolean
bool PerformEnvironmentSet { get; set; }
property bool PerformEnvironmentSet {
bool get ();
void set (bool value);
}
abstract PerformEnvironmentSet : bool with get, set
function get PerformEnvironmentSet () : boolean
function set PerformEnvironmentSet (value : boolean)
Valeur de propriété
Type : System.Boolean
TRUE si la macro est définie dans la portée de l'environnement, FALSE cas contraire.
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.