Share via


ShapeSubField.GetAccessibleValue Method

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

Syntax

'Declaration
Public Overridable Function GetAccessibleValue ( _
    parentShape As ShapeElement, _
    parentField As ShapeField _
) As String
public virtual string GetAccessibleValue(
    ShapeElement parentShape,
    ShapeField parentField
)
public:
virtual String^ GetAccessibleValue(
    ShapeElement^ parentShape, 
    ShapeField^ parentField
)
abstract GetAccessibleValue : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> string  
override GetAccessibleValue : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> string
public function GetAccessibleValue(
    parentShape : ShapeElement, 
    parentField : ShapeField
) : String

Parameters

Return Value

Type: String

.NET Framework Security

See Also

Reference

ShapeSubField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace