GeneralTransformCollection.Item[Int32] Propriedade

Definição

Obtém ou define o GeneralTransform objeto na posição de índice especificada.

public:
 property System::Windows::Media::GeneralTransform ^ default[int] { System::Windows::Media::GeneralTransform ^ get(int index); void set(int index, System::Windows::Media::GeneralTransform ^ value); };
public System.Windows.Media.GeneralTransform this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.GeneralTransform with get, set
Default Public Property Item(index As Integer) As GeneralTransform

Parâmetros

index
Int32

A posição do índice baseado em zero do objeto a obter ou definir.

Valor de Propriedade

O GeneralTransform objeto na index posição.

Implementações

Exceções

value é null.

index não é um índice válido no GeneralTransformCollection.

É GeneralTransformCollection só de leitura.

-ou-

Tem GeneralTransformCollection um tamanho fixo.

Observações

Ao contrário das implementações típicas de IList<T>.Item[], esta implementação gera um ArgumentException se tentares inserir uma referência nula (Nada).

Aplica-se a

Ver também