Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the FileActionTypes that occurred.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property FileActionType As FileActionTypes
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.