ModelingDocStore.CanRefreshPropertyBrowser Property
Gets the modeling document store and verifies whether the property window should automatically refresh.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property CanRefreshPropertyBrowser As Boolean
protected virtual bool CanRefreshPropertyBrowser { get; }
protected:
virtual property bool CanRefreshPropertyBrowser {
bool get ();
}
abstract CanRefreshPropertyBrowser : bool with get
override CanRefreshPropertyBrowser : bool with get
function get CanRefreshPropertyBrowser () : boolean
Property Value
Type: System.Boolean
true if the property window should be refreshed automatically; otherwise false.
Remarks
This property is required when an element in a model is deleted. When an element is modified, the property window automatically reflects the change. However, when an element is deleted, the property window should not be updated for the deleted element.
.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.