VCCodeVariable.IsConstant - свойство
Sets or gets whether the item is a constant.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Property IsConstant As Boolean
'Применение
Dim instance As VCCodeVariable
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)
Значение свойства
Тип: System.Boolean
true if the item is a constant; otherwise, false.
Заметки
IsConstant returns whether the storage location represented by this code variable is settable.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples