Store.DefaultPartitionForClass(Guid) Method
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.
Return the partition into which new elements of the specified class should be created by default.
public:
Microsoft::VisualStudio::Modeling::Partition ^ DefaultPartitionForClass(Guid domainClassId);
public Microsoft.VisualStudio.Modeling.Partition DefaultPartitionForClass (Guid domainClassId);
member this.DefaultPartitionForClass : Guid -> Microsoft.VisualStudio.Modeling.Partition
Public Function DefaultPartitionForClass (domainClassId As Guid) As Partition
Parameters
- domainClassId
- Guid
The Id of the DomainClass being instantiated
Returns
Partition for new elements