DiagramDocView.IsObjectBrowsable(ModelElement) Method

Definition

Test to see if the Browsable attribute is not set to false on the shape

protected:
 virtual bool IsObjectBrowsable(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected virtual bool IsObjectBrowsable (Microsoft.VisualStudio.Modeling.ModelElement element);
abstract member IsObjectBrowsable : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.IsObjectBrowsable : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Protected Overridable Function IsObjectBrowsable (element As ModelElement) As Boolean

Parameters

element
ModelElement

Returns

Remarks

Items are not presented or counted in the "All" selection group if they're not browsable.

Applies to