Store::DefaultPartitionForClass Method (Guid)

 

Return the partition into which new elements of the specified class should be created by default.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
Partition^ DefaultPartitionForClass(
	Guid domainClassId
)

Parameters

domainClassId
Type: System::Guid

The Id of the DomainClass being instantiated

Return Value

Type: Microsoft.VisualStudio.Modeling::Partition^

Partition for new elements

Return to top
Show: