ElementGroupPrototype.ResolveProtoLinks 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.
Resolves the passed IList of ProtoLinks into the ProtoElements that play in the passed DomainRoleId.
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)
Parameters
- protoLinksToResolve
- Collection<ProtoLink>
An IList of ProtoLinks to resolve.
- domainRoleId
- Guid
The Guid DomainRoleId to resolve.
Returns
An IList of ProtoElements that are playing in the passed DomainRoleId.