ElementGroupPrototype.ToString(Partition) 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.
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.