TextDocumentFileActionEventArgs.Time Property
Gets the DateTime when the file action occurred.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Time As DateTime
public DateTime Time { get; }
public:
property DateTime Time {
DateTime get ();
}
member Time : DateTime
function get Time () : DateTime
Property Value
Type: System.DateTime
The date/time of the file action.
.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.