Freigeben über


VCCodeVariable.IsVolatile-Eigenschaft

Ruft einen Wert ab, der angibt, ob das volatile-Schlüsselwort verwendet wird, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
true , wenn das volatile-Schlüsselwort verwendet wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeVariable Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace