TextDocumentFileActionEventArgs::FileActionType Property

 

Gets the FileActionTypes that occurred.

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

public:
property FileActionTypes FileActionType {
	FileActionTypes get();
}

Property Value

Type: Microsoft.VisualStudio.Text::FileActionTypes

The file action type.

Return to top
Show: