ShapeElement.ShapeFields Property

Gets the collection of shape fields for the shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public MustOverride ReadOnly Property ShapeFields As IList(Of ShapeField)
'使用
Dim instance As ShapeElement
Dim value As IList(Of ShapeField)

value = instance.ShapeFields
public abstract IList<ShapeField> ShapeFields { get; }
public:
virtual property IList<ShapeField^>^ ShapeFields {
    IList<ShapeField^>^ get () abstract;
}
public abstract function get ShapeFields () : IList<ShapeField>

Property Value

Type: System.Collections.Generic.IList<ShapeField>

The collection of shape fields for the shape.

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace