VsMSBuildTaskFileManagerClass.GetFileLastChangeTime Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Overridable Function GetFileLastChangeTime ( _
wszFilename As String, _
<OutAttribute> pFileTime As FILETIME() _
) As Integer
public virtual int GetFileLastChangeTime(
string wszFilename,
FILETIME[] pFileTime
)
public:
virtual int GetFileLastChangeTime(
[InAttribute] String^ wszFilename,
[OutAttribute] array<FILETIME>^ pFileTime
)
abstract GetFileLastChangeTime :
wszFilename:string *
pFileTime:FILETIME[] byref -> int
override GetFileLastChangeTime :
wszFilename:string *
pFileTime:FILETIME[] byref -> int
public function GetFileLastChangeTime(
wszFilename : String,
pFileTime : FILETIME[]
) : int
Parameters
- wszFilename
Type: System.String
- pFileTime
Type: array<Microsoft.VisualStudio.OLE.Interop.FILETIME[]
Return Value
Type: System.Int32
Implements
IVsMSBuildTaskFileManager.GetFileLastChangeTime(String, array<FILETIME[])
.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.