VCCodeParameter.IsConstant Property

Gets or sets a value to describe whether this item is a constant.

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

Syntax

声明
Property IsConstant As Boolean
用法
Dim instance As VCCodeParameter
Dim value As Boolean

value = instance.IsConstant

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

Property Value

Type: System.Boolean

true if this item is a constant; otherwise, false.

Permissions

See Also

Reference

VCCodeParameter Interface

VCCodeParameter Members

Microsoft.VisualStudio.VCCodeModel Namespace