ContentLocator.Parts Proprietà

Definizione

Ottiene la raccolta di ContentLocatorPart elementi che costituiscono l'oggetto 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à

Raccolta di ContentLocatorPart elementi che costituiscono l'oggetto ContentLocator.

Commenti

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

Si applica a

Vedi anche