Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Property HitGrabHandle As GrabHandle
'使用
Dim instance As DiagramHitTestInfo
Dim value As GrabHandle
value = instance.HitGrabHandle
instance.HitGrabHandle = value
public GrabHandle HitGrabHandle { get; set; }
public:
property GrabHandle^ HitGrabHandle {
GrabHandle^ get ();
void set (GrabHandle^ value);
}
public function get HitGrabHandle () : GrabHandle
public function set HitGrabHandle (value : GrabHandle)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GrabHandle
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.