Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the accessible name associated with the specified subfield.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overrides Function GetSubFieldAccessibleName ( _
field As ShapeField, _
subfield As ShapeSubField _
) As String
public override string GetSubFieldAccessibleName(
ShapeField field,
ShapeSubField subfield
)
public:
virtual String^ GetSubFieldAccessibleName(
ShapeField^ field,
ShapeSubField^ subfield
) override
abstract GetSubFieldAccessibleName :
field:ShapeField *
subfield:ShapeSubField -> string
override GetSubFieldAccessibleName :
field:ShapeField *
subfield:ShapeSubField -> string
public override function GetSubFieldAccessibleName(
field : ShapeField,
subfield : ShapeSubField
) : String
Parameters
- subfield
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
Return Value
Type: System.String
.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.