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
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
- grabHandle
Type: Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle
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.