TextDocumentFileActionEventArgs.FileActionType Property
Gets the FileActionTypes that occurred.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'宣言
Public ReadOnly Property FileActionType As FileActionTypes
Get
public FileActionTypes FileActionType { get; }
public:
property FileActionTypes FileActionType {
FileActionTypes get ();
}
member FileActionType : FileActionTypes
function get FileActionType () : FileActionTypes
Property Value
Type: Microsoft.VisualStudio.Text.FileActionTypes
The file action type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.