DescriptionItem Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the DescriptionItem class.
Namespace: Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
category As ReadOnlyCollection(Of DescriptionRun), _
details As ReadOnlyCollection(Of DescriptionRun) _
)
public DescriptionItem(
ReadOnlyCollection<DescriptionRun> category,
ReadOnlyCollection<DescriptionRun> details
)
public:
DescriptionItem(
ReadOnlyCollection<DescriptionRun^>^ category,
ReadOnlyCollection<DescriptionRun^>^ details
)
new :
category:ReadOnlyCollection<DescriptionRun> *
details:ReadOnlyCollection<DescriptionRun> -> DescriptionItem
public function DescriptionItem(
category : ReadOnlyCollection<DescriptionRun>,
details : ReadOnlyCollection<DescriptionRun>
)
Parameters
category
Type: System.Collections.ObjectModel.ReadOnlyCollection<DescriptionRun>The category of the item.
details
Type: System.Collections.ObjectModel.ReadOnlyCollection<DescriptionRun>The details of the item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace