ShapeField.GetAccessibleValue Method

Gets the value in 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 GetAccessibleValue ( _
    parentShape As ShapeElement _
) As String
'使用
Dim instance As ShapeField
Dim parentShape As ShapeElement
Dim returnValue As String

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

Parameters

Return Value

Type: System.String

The value in the shape field for the accessible object.

Permissions

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace