TextField.GetAccessibleValue(ShapeElement) 方法

定义

返回可访问的值。

public:
 override System::String ^ GetAccessibleValue(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override string GetAccessibleValue (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetAccessibleValue : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> string
Public Overrides Function GetAccessibleValue (parentShape As ShapeElement) As String

参数

parentShape
ShapeElement

包含此 ShapeField 的 ShapeElement。

返回

String

可访问的值。

适用于