ElementGroupPrototype::ResolveProtoLinks Method (Collection<ProtoLink^>^, Guid)
Visual Studio 2015
Resolves the passed IList of ProtoLinks into the ProtoElements that play in the passed DomainRoleId.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public:
Collection<ProtoElementBase^>^ ResolveProtoLinks(
Collection<ProtoLink^>^ protoLinksToResolve,
Guid domainRoleId
)
Parameters
- protoLinksToResolve
-
Type:
System.Collections.ObjectModel::Collection<ProtoLink^>^
An IList of ProtoLinks to resolve.
- domainRoleId
-
Type:
System::Guid
The Guid DomainRoleId to resolve.
Return Value
Type: System.Collections.ObjectModel::Collection<ProtoElementBase^>^An IList of ProtoElements that are playing in the passed DomainRoleId.
Show: