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 value for this TextField.
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 GetValue ( _
parentShape As ShapeElement _
) As Object
public override Object GetValue(
ShapeElement parentShape
)
public:
virtual Object^ GetValue(
ShapeElement^ parentShape
) override
abstract GetValue :
parentShape:ShapeElement -> Object
override GetValue :
parentShape:ShapeElement -> Object
public override function GetValue(
parentShape : ShapeElement
) : Object
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The parent ShapeElement of this field.
Return Value
Type: System.Object
.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.