DesignPropertyDescriptor::IsReadOnly Property

 

Gets whether or not the property is read-only.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool IsReadOnly {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the property is read-only, otherwise false.

This method calls the base method.

Return to top
Show: