Partilhar via


ContentLocator.Parts Propriedade

Definição

Obtém a coleção de elementos ContentLocatorPart que compõem 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 da propriedade

Collection<ContentLocatorPart>

A coleção de ContentLocatorPart elementos que compõem isso ContentLocator.

Comentários

A ContentLocatorPart coleção retornada nunca será null. Se não ContentLocator ContentLocatorPart contiver nenhum objeto, a coleção retornada conterá zero elementos.

Aplica-se a

Confira também