QuickInfoItemsCollection(IEnumerable<Object>, ITrackingSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new QuickInfoItemsCollection.
public:
QuickInfoItemsCollection(System::Collections::Generic::IEnumerable<System::Object ^> ^ items, Microsoft::VisualStudio::Text::ITrackingSpan ^ applicableToSpan);
public QuickInfoItemsCollection (System.Collections.Generic.IEnumerable<object> items, Microsoft.VisualStudio.Text.ITrackingSpan applicableToSpan);
new Microsoft.VisualStudio.Language.Intellisense.QuickInfoItemsCollection : seq<obj> * Microsoft.VisualStudio.Text.ITrackingSpan -> Microsoft.VisualStudio.Language.Intellisense.QuickInfoItemsCollection
Public Sub New (items As IEnumerable(Of Object), applicableToSpan As ITrackingSpan)
Parameters
- items
- IEnumerable<Object>
The Quick Info items.
- applicableToSpan
- ITrackingSpan
The span to which the items are applicable.