RecreateContentEventArgs Class

Visual Studio 2015
 

Provides information about a request to recreate a content of IPeekResultPresentation.

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

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

public class RecreateContentEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodRecreateContentEventArgs(Boolean)

Creates s new instance of RecreateContentEventArgs.

NameDescription
System_CAPS_pubpropertyIsResultContentDeleted

Determines whether the Peek result's content presented by IPeekResultPresentation was deleted.

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: