DescriptionItem(ReadOnlyCollection<DescriptionRun>, ReadOnlyCollection<DescriptionRun>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein neues descriptionitem-Objekt.
public:
DescriptionItem(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ category, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::NavigateTo::Interfaces::DescriptionRun ^> ^ details);
public DescriptionItem (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> category, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> details);
new Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun> -> Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem
Public Sub New (category As ReadOnlyCollection(Of DescriptionRun), details As ReadOnlyCollection(Of DescriptionRun))
Parameter
- category
- ReadOnlyCollection<DescriptionRun>
Die Kategorie des Elements.
- details
- ReadOnlyCollection<DescriptionRun>
Die Details des Elements.