Gets the name of a field in the shape.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Overridable Function GetFieldAccessibleName ( _
    field As ShapeField _
) As String
public virtual string GetFieldAccessibleName(
    ShapeField field
)
public:
virtual String^ GetFieldAccessibleName(
    ShapeField^ field
)
abstract GetFieldAccessibleName : 
        field:ShapeField -> string 
override GetFieldAccessibleName : 
        field:ShapeField -> string 
public function GetFieldAccessibleName(
    field : ShapeField
) : String
Parameters
- field
 Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
 The field.
Return Value
Type: System.String
The name of a field in the shape.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.