GenericLinkShape.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.
Defines a per-class list of shape fields for this shape.
public:
virtual property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ ShapeFields { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ get(); };
public override System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> ShapeFields { get; }
member this.ShapeFields : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField>
Public Overrides ReadOnly Property ShapeFields As IList(Of ShapeField)