Share via


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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: 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

See Also

Reference

ModelingDocStore Class

Microsoft.VisualStudio.Modeling.Shell Namespace