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

Return Value

Type: System.Int32

Implements

IVsMSBuildTaskFileManager.GetFileLastChangeTime(String, array<FILETIME[])

.NET Framework Security

See Also

Reference

VsMSBuildTaskFileManagerClass Class

Microsoft.VisualStudio.Shell.Interop Namespace