NodeShapeGeometry.IsGrabHandleSupported Method

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

Syntax

'宣言
Protected Shared Function IsGrabHandleSupported ( _
    geometryHost As IGeometryHost, _
    grabHandle As GrabHandle _
) As Boolean
'使用
Dim geometryHost As IGeometryHost
Dim grabHandle As GrabHandle
Dim returnValue As Boolean

returnValue = NodeShapeGeometry.IsGrabHandleSupported(geometryHost, _
    grabHandle)
protected static bool IsGrabHandleSupported(
    IGeometryHost geometryHost,
    GrabHandle grabHandle
)
protected:
static bool IsGrabHandleSupported(
    IGeometryHost^ geometryHost, 
    GrabHandle^ grabHandle
)
protected static function IsGrabHandleSupported(
    geometryHost : IGeometryHost, 
    grabHandle : GrabHandle
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

NodeShapeGeometry Class

NodeShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace