ElementGroupPrototype.ToString(Partition) Method

Definition

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

public:
 System::String ^ ToString(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public string ToString (Microsoft.VisualStudio.Modeling.Partition partition);
override this.ToString : Microsoft.VisualStudio.Modeling.Partition -> string
Public Function ToString (partition As Partition) As String

Parameters

partition
Partition

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

Returns

A list of the Elements and ElementLinks.

Applies to