NestedPeekTriggeredEventArgs::PeekableItems Property

Visual Studio 2015
 

Gets the collection of IPeekableItem objects.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property IEnumerable<IPeekableItem^>^ PeekableItems {
	[CompilerGeneratedAttribute]
	IEnumerable<IPeekableItem^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(IEnumerable<IPeekableItem^>^ value);
}
Return to top
Show: