ElementGroupPrototype::ToString Method (Partition^)

 

Dumps out the names of the Elements and ElementLinks in this ElementGroupPrototype, given the DomainClass definitions in the provided partition.

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

public:
String^ ToString(
	Partition^ partition
)

Parameters

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

The partition is used to look up the DomainClass definitions for the elements in this ElementGroupPrototype.

Return Value

Type: System::String^

A list of the Elements and ElementLinks.

Return to top
Show: