SelectAction.IsDiagramSelectedOnly Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Protected Shared Function IsDiagramSelectedOnly ( _
    selection As SelectedShapesCollection _
) As Boolean
'使用
Dim selection As SelectedShapesCollection
Dim returnValue As Boolean

returnValue = SelectAction.IsDiagramSelectedOnly(selection)
protected static bool IsDiagramSelectedOnly(
    SelectedShapesCollection selection
)
protected:
static bool IsDiagramSelectedOnly(
    SelectedShapesCollection^ selection
)
protected static function IsDiagramSelectedOnly(
    selection : SelectedShapesCollection
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

SelectAction Class

SelectAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace