ContentLocatorGroup.Locators Egenskap

Definition

Hämtar samlingen av de ContentLocator element som utgör den här ContentLocatorGroup.

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ Locators { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator> Locators { get; }
member this.Locators : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator>
Public ReadOnly Property Locators As Collection(Of ContentLocator)

Egenskapsvärde

Samlingen med ContentLocator element som utgör den här ContentLocatorGroup.

Kommentarer

Samlingen ContentLocator som returneras blir aldrig null. Om innehåller ContentLocatorGroup inga ContentLocator objekt innehåller den returnerade samlingen noll element.

Gäller för

Se även