Gets the shape and verifies whether the double-click action should exit when the user clicks the shape and then double-clicks an item in the Toolbox.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ShouldTryParentShapeForMergeOnToolboxDoubleClick As Boolean
'使用
Dim instance As ShapeElement
Dim value As Boolean
value = instance.ShouldTryParentShapeForMergeOnToolboxDoubleClick
public virtual bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { get; }
public:
virtual property bool ShouldTryParentShapeForMergeOnToolboxDoubleClick {
bool get ();
}
public function get ShouldTryParentShapeForMergeOnToolboxDoubleClick () : boolean
Property 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.