VCCodeStruct.IsValue Property

Sets or gets if the __value keyword is applied to the object.

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

Syntax

声明
Property IsValue As Boolean
用法
Dim instance As VCCodeStruct
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 object; otherwise, false.

Remarks

For more information, see __value.

Permissions

See Also

Reference

VCCodeStruct Interface

VCCodeStruct Members

Microsoft.VisualStudio.VCCodeModel Namespace