TextDocumentFileActionEventArgs(String, DateTime, FileActionTypes) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von TextDocumentFileActionEventArgs für ein Dateiaktionsereignis.
public:
TextDocumentFileActionEventArgs(System::String ^ filePath, DateTime time, Microsoft::VisualStudio::Text::FileActionTypes fileActionType);
public TextDocumentFileActionEventArgs (string filePath, DateTime time, Microsoft.VisualStudio.Text.FileActionTypes fileActionType);
new Microsoft.VisualStudio.Text.TextDocumentFileActionEventArgs : string * DateTime * Microsoft.VisualStudio.Text.FileActionTypes -> Microsoft.VisualStudio.Text.TextDocumentFileActionEventArgs
Public Sub New (filePath As String, time As DateTime, fileActionType As FileActionTypes)
Parameter
- filePath
- String
Der Pfad zur Datei.
- fileActionType
- FileActionTypes
Die FileActionTypes, die aufgetreten ist.
Ausnahmen
filePath ist NULL.