DescriptionItem Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yeni bir DescriptionItem oluşturur.
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))
Parametreler
- category
- ReadOnlyCollection<DescriptionRun>
Öğenin kategorisi.
- details
- ReadOnlyCollection<DescriptionRun>
Öğenin ayrıntıları.