PathSegmentCollection.Item[Int32] Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o PathSegment no índice zero especificado.
public:
property System::Windows::Media::PathSegment ^ default[int] { System::Windows::Media::PathSegment ^ get(int index); void set(int index, System::Windows::Media::PathSegment ^ value); };
public System.Windows.Media.PathSegment this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.PathSegment with get, set
Default Public Property Item(index As Integer) As PathSegment
Parâmetros
- index
- Int32
O índice baseado em zero do PathSegment objeto a obter ou definir.
Valor de Propriedade
O item no índice especificado.
Implementações
Exceções
value é null.
index não é um índice válido no PathSegmentCollection.
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).