NestedPeekTriggeredEventArgs Class

Visual Studio 2015
 

Provides information about nested Peek invocation.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Language.Intellisense.NestedPeekTriggeredEventArgs

public class NestedPeekTriggeredEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodNestedPeekTriggeredEventArgs(String, ITrackingPoint, IEnumerable<IPeekableItem>)

Creates anew instance of NestedPeekTriggeredEventArgs.

NameDescription
System_CAPS_pubpropertyPeekableItems

Gets the collection of IPeekableItem objects.

System_CAPS_pubpropertyRelationshipName

Case insensitive name of the relationship that was used to invoke nested Peek.

System_CAPS_pubpropertyTrackingPoint

Gets the ITrackingPoint at which nested Peek was invoked.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: