ElementGroupPrototype.ResolveProtoLinks(Collection<ProtoLink>, Guid) Methode

Definition

Löst die bestandene IList von protolinks in die protoelemente auf, die in der bestandenen Domäne RoleID abgespielt werden.

public:
 System::Collections::ObjectModel::Collection<Microsoft::VisualStudio::Modeling::ProtoElementBase ^> ^ ResolveProtoLinks(System::Collections::ObjectModel::Collection<Microsoft::VisualStudio::Modeling::ProtoLink ^> ^ protoLinksToResolve, Guid domainRoleId);
public System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.ProtoElementBase> ResolveProtoLinks (System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.ProtoLink> protoLinksToResolve, Guid domainRoleId);
member this.ResolveProtoLinks : System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.ProtoLink> * Guid -> System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.ProtoElementBase>
Public Function ResolveProtoLinks (protoLinksToResolve As Collection(Of ProtoLink), domainRoleId As Guid) As Collection(Of ProtoElementBase)

Parameter

protoLinksToResolve
Collection<ProtoLink>

Eine IList von protolinks, die aufgelöst werden soll.

domainRoleId
Guid

Die zu lösende GUID-domainroleid.

Gibt zurück

Collection<ProtoElementBase>

Eine IList von protoelements, die in der bestandenen Domäne RoleID abgespielt werden.

Gilt für