ShapeElement.GetFieldRepresentedProperty Method
Gets the property information for a field in the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overridable Function GetFieldRepresentedProperty ( _
field As ShapeField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetFieldRepresentedProperty(
ShapeField field
)
public:
virtual DomainPropertyInfo^ GetFieldRepresentedProperty(
ShapeField^ field
)
abstract GetFieldRepresentedProperty :
field:ShapeField -> DomainPropertyInfo
override GetFieldRepresentedProperty :
field:ShapeField -> DomainPropertyInfo
public function GetFieldRepresentedProperty(
field : ShapeField
) : DomainPropertyInfo
Parameters
field
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeFieldThe field.
Return Value
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
The property information for a field in the shape.
Remarks
This is intended to be used by accessibility, selection, and in-place editing.
.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.