ShapeSubField.AccessibleDoDefaultAction(ShapeElement, ShapeField) 方法

定义

执行与该辅助性对象相关的默认操作。

public:
 virtual void AccessibleDoDefaultAction(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public virtual void AccessibleDoDefaultAction (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
abstract member AccessibleDoDefaultAction : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> unit
override this.AccessibleDoDefaultAction : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> unit
Public Overridable Sub AccessibleDoDefaultAction (parentShape As ShapeElement, parentField As ShapeField)

参数

parentShape
ShapeElement

此 ShapeSubField 的父 ShapeElement。

parentField
ShapeField

此 ShapeSubField 的父 ShapeField。

适用于