IVsSelectionContext.IsDiagramSelected 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.
Determines if the current selection is a diagram
public:
bool IsDiagramSelected();
public bool IsDiagramSelected ();
abstract member IsDiagramSelected : unit -> bool
Public Function IsDiagramSelected () As Boolean
Returns
true: If current selection is a diagram. false: If nothing is selected or if selected element is not a diagram