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
- collectionPath
Type: System.String
- lastWriteTime
Type: array<Microsoft.VisualStudio.Shell.Interop.SYSTEMTIME[]
Return Value
Type: System.Int32
Implements
IVsSettingsStore.GetLastWriteTime(String, array<SYSTEMTIME[])
.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.
See Also
Reference
IVsWritableSettingsStore Interface