TextDocumentFileActionEventArgs.FileActionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FileActionTypes that occurred.
public:
property Microsoft::VisualStudio::Text::FileActionTypes FileActionType { Microsoft::VisualStudio::Text::FileActionTypes get(); };
public:
property Microsoft::VisualStudio::Text::FileActionTypes FileActionType { Microsoft::VisualStudio::Text::FileActionTypes get(); };
public Microsoft.VisualStudio.Text.FileActionTypes FileActionType { get; }
member this.FileActionType : Microsoft.VisualStudio.Text.FileActionTypes
Public ReadOnly Property FileActionType As FileActionTypes
Property Value
The file action type.