InlineCategoriesDocument.Categories Eigenschaft
Definition
Ruft eine Auflistung von Syndication-Kategorien ab, die mit dem InlineCategoriesDocument verknüpft sind.Gets the collection of syndication categories associated with the InlineCategoriesDocument.
public:
property System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ Categories { System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationCategory ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory> Categories { get; }
member this.Categories : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationCategory>
Public ReadOnly Property Categories As Collection(Of SyndicationCategory)
Eigenschaftswert
Eine Auflistung von Syndication-Kategorien.A collection of syndication categories.