VCCodeEnum.IsValue Property

Gets or sets a value indicating whether the __value keyword is applied to the parent object.

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

Syntax

声明
Property IsValue As Boolean
用法
Dim instance As VCCodeEnum
Dim value As Boolean

value = instance.IsValue

instance.IsValue = value
bool IsValue { get; set; }
property bool IsValue {
    bool get ();
    void set (bool value);
}
function get IsValue () : boolean
function set IsValue (value : boolean)

Property Value

Type: System.Boolean

true if the __value keyword is applied to the parent object; otherwise, false.

Permissions

See Also

Reference

VCCodeEnum Interface

VCCodeEnum Members

Microsoft.VisualStudio.VCCodeModel Namespace