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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.