PathSegmentCollection.Item[Int32] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o PathSegment no índice de base 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 objeto PathSegment a ser obtido ou definido.
Valor da propriedade
O item no índice especificado.
Implementações
Exceções
value
é null
.
index
não é um índice válido no PathSegmentCollection.
Comentários
Ao contrário das implementações típicas do IList<T>.Item[], essa implementação gerará uma ArgumentException se você tentar inserir uma referência nula (Nothing).