Share via


ElementGroupPrototype.ResolveProtoLinks Method

Resolves the passed IList of ProtoLinks into the ProtoElements that play in the passed DomainRoleId.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Function ResolveProtoLinks ( _
    protoLinksToResolve As Collection(Of ProtoLink), _
    domainRoleId As Guid _
) As Collection(Of ProtoElementBase)
public Collection<ProtoElementBase> ResolveProtoLinks(
    Collection<ProtoLink> protoLinksToResolve,
    Guid domainRoleId
)
public:
Collection<ProtoElementBase^>^ ResolveProtoLinks(
    Collection<ProtoLink^>^ protoLinksToResolve, 
    Guid domainRoleId
)
member ResolveProtoLinks : 
        protoLinksToResolve:Collection<ProtoLink> * 
        domainRoleId:Guid -> Collection<ProtoElementBase> 
public function ResolveProtoLinks(
    protoLinksToResolve : Collection<ProtoLink>, 
    domainRoleId : Guid
) : Collection<ProtoElementBase>

Parameters

  • protoLinksToResolve
    Type: Collection<ProtoLink>

    An IList of ProtoLinks to resolve.

  • domainRoleId
    Type: Guid

    The Guid DomainRoleId to resolve.

Return Value

Type: Collection<ProtoElementBase>
An IList of ProtoElements that are playing in the passed DomainRoleId.

.NET Framework Security

See Also

Reference

ElementGroupPrototype Class

Microsoft.VisualStudio.Modeling Namespace