ShapeElement.GetSubFieldRepresentedProperty Method
Gets the property for the child field.
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 GetSubFieldRepresentedProperty ( _
field As ShapeField, _
subfield As ShapeSubField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetSubFieldRepresentedProperty(
ShapeField field,
ShapeSubField subfield
)
public:
virtual DomainPropertyInfo^ GetSubFieldRepresentedProperty(
ShapeField^ field,
ShapeSubField^ subfield
)
abstract GetSubFieldRepresentedProperty :
field:ShapeField *
subfield:ShapeSubField -> DomainPropertyInfo
override GetSubFieldRepresentedProperty :
field:ShapeField *
subfield:ShapeSubField -> DomainPropertyInfo
public function GetSubFieldRepresentedProperty(
field : ShapeField,
subfield : ShapeSubField
) : DomainPropertyInfo
Parameters
- field
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
The parent field for the child field.
- subfield
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
The child field.
Return Value
Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
The property for the child field.
Remarks
This is intended to be used by 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.