ITypeProjectionComponent.Item[] Property

Definition

Gets the element at the specified index.

Overloads

Item[ManagementPackRelationshipEndpoint]

Gets the element at the specified index by relationship role.

Item[String]

Gets the element at the specified index by alias.

Item[ManagementPackRelationshipEndpoint]

Gets the element at the specified index by relationship role.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::ITypeProjectionComponent ^> ^ default[Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipEndpoint ^] { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::ITypeProjectionComponent ^> ^ get(Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipEndpoint ^ role); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.ITypeProjectionComponent> this[Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint role] { get; }
member this.Item(Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint) : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.ITypeProjectionComponent>
Default Public ReadOnly Property Item(role As ManagementPackRelationshipEndpoint) As IList(Of ITypeProjectionComponent)

Parameters

role
ManagementPackRelationshipEndpoint

The relationship role.

Property Value

The element.

Applies to

Item[String]

Gets the element at the specified index by alias.

public:
 property Microsoft::EnterpriseManagement::ITypeProjectionComponent ^ default[System::String ^] { Microsoft::EnterpriseManagement::ITypeProjectionComponent ^ get(System::String ^ alias); };
public Microsoft.EnterpriseManagement.ITypeProjectionComponent this[string alias] { get; }
member this.Item(string) : Microsoft.EnterpriseManagement.ITypeProjectionComponent
Default Public ReadOnly Property Item(alias As String) As ITypeProjectionComponent

Parameters

alias
String

The alias.

Property Value

The element.

Applies to