Share via


PathSegmentReferencesRole.GetLinksToPathSegments(DomainRole) Method

Definition

Get the list of PathSegmentReferencesRole links to a DomainRole.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PathSegmentReferencesRole ^> ^ GetLinksToPathSegments(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ roleInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole> GetLinksToPathSegments (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole roleInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPathSegments : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentReferencesRole>
Public Shared Function GetLinksToPathSegments (roleInstance As DomainRole) As ReadOnlyCollection(Of PathSegmentReferencesRole)

Parameters

roleInstance
DomainRole

Returns

Attributes

Applies to