Diagram.CreatableSwimLaneSubjects 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.
Gets a collection of domain classes which are mapped to swimlane shapes.
public:
virtual property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ CreatableSwimLaneSubjects { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::DomainClassInfo ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.DomainClassInfo> CreatableSwimLaneSubjects { get; }
member this.CreatableSwimLaneSubjects : seq<Microsoft.VisualStudio.Modeling.DomainClassInfo>
Public Overridable ReadOnly Property CreatableSwimLaneSubjects As IEnumerable(Of DomainClassInfo)