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
- 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.