ShapeElement.ShapeFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of shape fields for this type of shape.
public:
abstract property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ ShapeFields { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ get(); };
public abstract System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> ShapeFields { get; }
member this.ShapeFields : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField>
Public MustOverride ReadOnly Property ShapeFields As IList(Of ShapeField)