ElementListCompartment.DefaultCreationDomainClass Property

Definition

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

Property Value

Applies to