Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolves the passed IList of ProtoLinks into the ProtoElements that play in the passed DomainRoleId.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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: 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.
.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.