ShapeSubField.AccessibleDoDefaultAction(ShapeElement, ShapeField) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行与该辅助性对象相关的默认操作。
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。