Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: GuidThe Guid DomainRoleId to resolve.
Return Value
Type: 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.