Partager via


IVsWritableSettingsStore.GetLastWriteTime Method (String, array<SYSTEMTIME )

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

Syntax

'Déclaration
Function GetLastWriteTime ( _
    collectionPath As String, _
    <OutAttribute> lastWriteTime As SYSTEMTIME() _
) As Integer
'Utilisation
Dim instance As IVsWritableSettingsStore
Dim collectionPath As String
Dim lastWriteTime As SYSTEMTIME()
Dim returnValue As Integer

returnValue = instance.GetLastWriteTime(collectionPath, _
    lastWriteTime)
int GetLastWriteTime(
    string collectionPath,
    SYSTEMTIME[] lastWriteTime
)
int GetLastWriteTime(
    [InAttribute] String^ collectionPath, 
    [OutAttribute] array<SYSTEMTIME>^ lastWriteTime
)
abstract GetLastWriteTime : 
        collectionPath:string * 
        lastWriteTime:SYSTEMTIME[] byref -> int 
function GetLastWriteTime(
    collectionPath : String, 
    lastWriteTime : SYSTEMTIME[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsSettingsStore.GetLastWriteTime(String, array<SYSTEMTIME[])

.NET Framework Security

See Also

Reference

IVsWritableSettingsStore Interface

IVsWritableSettingsStore Members

GetLastWriteTime Overload

Microsoft.VisualStudio.Shell.Interop Namespace