Partager via


VCCodeVariable.IsVolatile, propriété

Obtient ou définit une valeur indiquant si le mot clé volatile est utilisé.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
Property IsVolatile As Boolean
bool IsVolatile { get; set; }
property bool IsVolatile {
    bool get ();
    void set (bool value);
}
abstract IsVolatile : bool with get, set
function get IsVolatile () : boolean 
function set IsVolatile (value : boolean)

Valeur de propriété

Type : Boolean
true si le mot clé volatile est utilisé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeVariable Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms