ContentLocator.Parts Propiedad

Definición

Obtiene la colección de elementos ContentLocatorPart que constituyen este ContentLocator.

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ Parts { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart> Parts { get; }
member this.Parts : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart>
Public ReadOnly Property Parts As Collection(Of ContentLocatorPart)

Valor de propiedad

Collection<ContentLocatorPart>

Colección de elementos ContentLocatorPart que constituyen este objeto ContentLocator.

Comentarios

La ContentLocatorPart colección devuelta nunca será null. Si no ContentLocator contiene objetos ContentLocatorPart , la colección devuelta contendrá cero elementos.

Se aplica a

Consulte también