ElementPropertyDescriptor::IsReadOnly Property
Visual Studio 2015
Gets a value that indicates whether the described property is read-only.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::BooleanA value that indicates whether the described property is read-only.
If the owner parameter was specified in the constructor for this property descriptor, then the IsPropertyDescriptorReadOnly method of the owner provides the value, where this descriptor is passed in the propertyDescriptor parameter.
By default, only calculated properties and properties to which the ReadOnlyAttribute attribute is applied are read-only.
Show: