DiagramDocView.IsObjectBrowsable(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.