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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaração
Protected Overridable ReadOnly Property CanRefreshPropertyBrowser As Boolean
Get
protected virtual bool CanRefreshPropertyBrowser { get; }
protected:
virtual property bool CanRefreshPropertyBrowser {
bool get ();
}
abstract CanRefreshPropertyBrowser : bool
override CanRefreshPropertyBrowser : bool
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.