CompartmentMapsReferToCompartment.GetLinksToCompartmentMaps Method

Definition

Get the list of CompartmentMapsReferToCompartment links to a Compartment.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentMapsReferToCompartment ^> ^ GetLinksToCompartmentMaps(Microsoft::VisualStudio::Modeling::DslDefinition::Compartment ^ compartmentInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapsReferToCompartment> GetLinksToCompartmentMaps (Microsoft.VisualStudio.Modeling.DslDefinition.Compartment compartmentInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToCompartmentMaps : Microsoft.VisualStudio.Modeling.DslDefinition.Compartment -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapsReferToCompartment>
Public Shared Function GetLinksToCompartmentMaps (compartmentInstance As Compartment) As ReadOnlyCollection(Of CompartmentMapsReferToCompartment)

Parameters

compartmentInstance
Compartment

Returns

Attributes

Applies to