ContentLocator.Parts Propiedad

Definición

Obtiene la colección de ContentLocatorPart elementos que componen este ContentLocatorobjeto .

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

Colección de ContentLocatorPart elementos que componen este ContentLocatorobjeto .

Comentarios

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

Se aplica a

Consulte también