DesignPropertyDescriptor.IsReadOnly Property
Override. Gets a value indicating whether this property is read-only.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As DesignPropertyDescriptor
Dim value As Boolean
value = instance.IsReadOnly
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () override;
}
override function get IsReadOnly () : boolean
abstract IsReadOnly : bool
override IsReadOnly : bool
Property Value
Type: System.Boolean
.NET Framework Security
- 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
DesignPropertyDescriptor Class
DesignPropertyDescriptor Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace