Returns true if the grab handle is supported.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Protected Shared Function IsGrabHandleSupported ( _
    geometryHost As IGeometryHost, _
    grabHandle As GrabHandle _
) As Boolean
protected static bool IsGrabHandleSupported(
    IGeometryHost geometryHost,
    GrabHandle grabHandle
)
protected:
static bool IsGrabHandleSupported(
    IGeometryHost^ geometryHost, 
    GrabHandle^ grabHandle
)
static member IsGrabHandleSupported : 
        geometryHost:IGeometryHost * 
        grabHandle:GrabHandle -> bool 
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
.NET Framework Security
- 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.