VsMSBuildTaskFileManagerClass.GetFileLastChangeTime Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'宣言
Public Overridable Function GetFileLastChangeTime ( _
    wszFilename As String, _
    <OutAttribute> pFileTime As FILETIME() _
) As Integer
'使用
Dim instance As VsMSBuildTaskFileManagerClass
Dim wszFilename As String
Dim pFileTime As FILETIME()
Dim returnValue As Integer

returnValue = instance.GetFileLastChangeTime(wszFilename, _
    pFileTime)
public virtual int GetFileLastChangeTime(
    string wszFilename,
    FILETIME[] pFileTime
)
public:
virtual int GetFileLastChangeTime(
    [InAttribute] String^ wszFilename, 
    [OutAttribute] array<FILETIME>^ pFileTime
)
public function GetFileLastChangeTime(
    wszFilename : String, 
    pFileTime : FILETIME[]
) : int

Parameters

  • pFileTime
    Type: []

Return Value

Type: System.Int32

Implements

IVsMSBuildTaskFileManager.GetFileLastChangeTime(String, [])

Permissions

See Also

Reference

VsMSBuildTaskFileManagerClass Class

VsMSBuildTaskFileManagerClass Members

Microsoft.VisualStudio.Shell.Interop Namespace