ElementListCompartment.DefaultCreationDomainClass 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 or sets the DomainClassInfo to use for new item creation. This is the default one that gets used when we're not sure which one to create.
public:
property Microsoft::VisualStudio::Modeling::DomainClassInfo ^ DefaultCreationDomainClass { Microsoft::VisualStudio::Modeling::DomainClassInfo ^ get(); void set(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ value); };
public Microsoft.VisualStudio.Modeling.DomainClassInfo DefaultCreationDomainClass { get; set; }
member this.DefaultCreationDomainClass : Microsoft.VisualStudio.Modeling.DomainClassInfo with get, set
Public Property DefaultCreationDomainClass As DomainClassInfo