ShapeField.GetAccessibleName Method

Gets the name of the shape field for the accessible object.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function GetAccessibleName ( _
    parentShape As ShapeElement _
) As String
'使用
Dim instance As ShapeField
Dim parentShape As ShapeElement
Dim returnValue As String

returnValue = instance.GetAccessibleName(parentShape)
public virtual string GetAccessibleName(
    ShapeElement parentShape
)
public:
virtual String^ GetAccessibleName(
    ShapeElement^ parentShape
)
public function GetAccessibleName(
    parentShape : ShapeElement
) : String

Parameters

Return Value

Type: System.String

The name of the shape field for the accessible object.

Permissions

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace