Condividi tramite


ContentLocator.Parts Proprietà

Definizione

Ottiene l’insieme di elementi ContentLocatorPart che costituiscono il contenuto di questo 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)

Valore della proprietà

Collection<ContentLocatorPart>

Insieme di elementi ContentLocatorPart che costituiscono questo ContentLocator.

Commenti

L'insieme ContentLocatorPart restituito non sarà nullmai . Se l'oggetto non contiene ContentLocatorPart oggetti, l'insieme ContentLocator restituito conterrà zero elementi.

Si applica a

Vedi anche