DocumentReferenceCollection.Item[Int32] Proprietà

Definizione

Ottiene l'elemento in corrispondenza dell'indice specificato.

public:
 property System::Windows::Documents::DocumentReference ^ default[int] { System::Windows::Documents::DocumentReference ^ get(int index); };
public System.Windows.Documents.DocumentReference this[int index] { get; }
member this.Item(int) : System.Windows.Documents.DocumentReference
Default Public ReadOnly Property Item(index As Integer) As DocumentReference

Parametri

index
Int32

Indice in base zero dell'elemento nell'insieme da ottenere.

Valore della proprietà

DocumentReference

Elemento dell'insieme in corrispondenza dell'index specificato.

Commenti

Supporto della raccolta di base. Implementa IList.Item[].

Si applica a

Vedi anche