TextDocumentFileActionEventArgs Class

 

Provides information for events that are raised when an ITextDocument has loaded from or saved to disk.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.TextDocumentFileActionEventArgs

public class TextDocumentFileActionEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTextDocumentFileActionEventArgs(String, DateTime, FileActionTypes)

Initializes a new instance of a TextDocumentFileActionEventArgs for a file action event.

NameDescription
System_CAPS_pubpropertyFileActionType

Gets the FileActionTypes that occurred.

System_CAPS_pubpropertyFilePath

Gets the path to the file.

System_CAPS_pubpropertyTime

Gets the DateTime when the file action occurred.

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

This class provides information for events such as FileActionOccurred.

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: