Share via


ModelingWindowPane.HasSelectableObjects Property

Returns whether this window pane has objects that can be selected.

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 HasSelectableObjects As Boolean
protected virtual bool HasSelectableObjects { get; }
protected:
virtual property bool HasSelectableObjects {
    bool get ();
}
abstract HasSelectableObjects : bool with get 
override HasSelectableObjects : bool with get
function get HasSelectableObjects () : boolean

Property Value

Type: Boolean
true if the window pane contains objects that can be selected; otherwise, false.

Remarks

By default, the return value is true.

If the return value is false, objects are not exposed through the ISelectionContainer interface and are not passed to the property browser.

You can return false when a tool window or document window is closed.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

Microsoft.VisualStudio.Modeling.Shell Namespace