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