Ler em inglês

Compartilhar via


VCCodeVariable.IsVolatile Property

Gets or sets a value indicating whether the volatile keyword is used.

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

Syntax

bool IsVolatile { get; set; }

Property Value

Type: System.Boolean
true if the volatile keyword is used; otherwise, false.

.NET Framework Security

See Also

Reference

VCCodeVariable Interface

Microsoft.VisualStudio.VCCodeModel Namespace