ShapeSubField.GetAccessibleDescription(ShapeElement, ShapeField) 方法

定义

返回可访问的说明。

public:
 virtual System::String ^ GetAccessibleDescription(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public virtual string GetAccessibleDescription (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
abstract member GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
override this.GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
Public Overridable Function GetAccessibleDescription (parentShape As ShapeElement, parentField As ShapeField) As String

参数

parentShape
ShapeElement

此 ShapeSubField 的父 ShapeElement。

parentField
ShapeField

此 ShapeSubField 的父 ShapeField。

返回

String

可访问的说明。

适用于