Partager via


VCCodeStruct.IsValue, propriété

Définit ou obtient une valeur indiquant si le mot clé __value est appliqué à l'objet.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si le mot clé __value est appliqué à l'objet ; sinon, false.

Notes

Pour plus d'informations, consultez __value.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeStruct Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms