ShapeSubField.AccessibleDoDefaultAction(ShapeElement, ShapeField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs the default action associated with this accessible object.
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)
Parameters
- parentShape
- ShapeElement
The parent ShapeElement of this ShapeSubField.
- parentField
- ShapeField
The parent ShapeField of this ShapeSubField.