This member overrides PropertyDescriptor.IsReadOnly.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides ReadOnly Property IsReadOnly As Boolean
'使用
Dim instance As ElementPropertyDescriptor
Dim value As Boolean
value = instance.IsReadOnly
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () override;
}
public override function get IsReadOnly () : boolean
Property Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ElementPropertyDescriptor Class