ListField.GetAccessibleDescription(ShapeElement) 方法

定义

返回列表字段的默认辅助性说明。

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

参数

parentShape
ShapeElement

包含此 ShapeField 的 ShapeElement。

返回

String

可访问的说明。

适用于