ContentLocator.Parts Свойство

Определение

Возвращает коллекцию элементов ContentLocatorPart, составляющих данный набор 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)

Значение свойства

Collection<ContentLocatorPart>

Коллекция элементов ContentLocatorPart, составляющих данную группу ContentLocator.

Комментарии

Возвращаемая ContentLocatorPart коллекция никогда не будет null. Если объект ContentLocator не ContentLocatorPart содержит объектов, возвращаемая коллекция будет содержать нулевые элементы.

Применяется к

См. также раздел