SymVariable.Attributes 属性
定义
获取变量的特性。Gets the attributes of the variable.
public:
virtual property System::Object ^ Attributes { System::Object ^ get(); };
public override object Attributes { get; }
public virtual object Attributes { get; }
member this.Attributes : obj
Public Overrides ReadOnly Property Attributes As Object
Public Overridable ReadOnly Property Attributes As Object
属性值
变量特性。The variable attributes.