NestedPeekTriggeredEventArgs Class
Visual Studio 2015
Provides information about nested Peek invocation.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
System.Object
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.NestedPeekTriggeredEventArgs
System.EventArgs
Microsoft.VisualStudio.Language.Intellisense.NestedPeekTriggeredEventArgs
| Name | Description | |
|---|---|---|
![]() | NestedPeekTriggeredEventArgs(String, ITrackingPoint, IEnumerable<IPeekableItem>) | Creates anew instance of NestedPeekTriggeredEventArgs. |
| Name | Description | |
|---|---|---|
![]() | PeekableItems | Gets the collection of IPeekableItem objects. |
![]() | RelationshipName | Case insensitive name of the relationship that was used to invoke nested Peek. |
![]() | TrackingPoint | Gets the ITrackingPoint at which nested Peek was invoked. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


