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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.