RolePlayerConnectDirectiveHasPathToRolePlayer.GetLinks 方法

定义

获取给定 RolePlayerConnectDirective 和 DomainPath 之间的任何 RolePlayerConnectDirectiveHasPathToRolePlayer 链接。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::RolePlayerConnectDirectiveHasPathToRolePlayer ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::RolePlayerConnectDirective ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirectiveHasPathToRolePlayer>
Public Shared Function GetLinks (source As RolePlayerConnectDirective, target As DomainPath) As ReadOnlyCollection(Of RolePlayerConnectDirectiveHasPathToRolePlayer)

参数

target
DomainPath

返回

ReadOnlyCollection<RolePlayerConnectDirectiveHasPathToRolePlayer>
属性

适用于