Share via


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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Function ToString ( _
    partition As Partition _
) As String
public string ToString(
    Partition partition
)
public:
String^ ToString(
    Partition^ partition
)
member ToString : 
        partition:Partition -> string
public function ToString(
    partition : Partition
) : String

Parameters

Return Value

Type: String
A list of the Elements and ElementLinks.

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

ToString Overload

Microsoft.VisualStudio.Modeling Namespace