DiagramHitTestInfo.HitGrabHandle Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Property HitGrabHandle As GrabHandle
Get
Set
public GrabHandle HitGrabHandle { get; set; }
public:
property GrabHandle^ HitGrabHandle {
GrabHandle^ get ();
void set (GrabHandle^ value);
}
member HitGrabHandle : GrabHandle with get, set
function get HitGrabHandle () : GrabHandle
function set HitGrabHandle (value : GrabHandle)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle
.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.