ElementGroupPrototype::GetProtoLinks Method (ProtoElementBase^, Guid)
Visual Studio 2015
Returns an IList of ProtoLink objects that contain the passed ProtoElementBase playing in the passed DomainRoleId.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public:
Collection<ProtoLink^>^ GetProtoLinks(
ProtoElementBase^ protoElementBase,
Guid domainRoleId
)
Parameters
- protoElementBase
-
Type:
Microsoft.VisualStudio.Modeling::ProtoElementBase^
The ProtoElement to use.
- domainRoleId
-
Type:
System::Guid
The Guid of the DomainRoleId to use.
Return Value
Type: System.Collections.ObjectModel::Collection<ProtoLink^>^An IList of ProtoLink objects that contain the passed ProtoElementBase playing in the passed DomainRoleId.
Show: