IVsLastChangeTimeProvider Interface

Definition

Allows an object to tell clients when its last change occurred.

public interface class IVsLastChangeTimeProvider
public interface class IVsLastChangeTimeProvider
__interface IVsLastChangeTimeProvider
[System.Runtime.InteropServices.Guid("35E88F96-047C-443C-A336-91BB8E2B40EC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLastChangeTimeProvider
[System.Runtime.InteropServices.Guid("35E88F96-047C-443C-A336-91BB8E2B40EC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLastChangeTimeProvider
[<System.Runtime.InteropServices.Guid("35E88F96-047C-443C-A336-91BB8E2B40EC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLastChangeTimeProvider = interface
[<System.Runtime.InteropServices.Guid("35E88F96-047C-443C-A336-91BB8E2B40EC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLastChangeTimeProvider = interface
Public Interface IVsLastChangeTimeProvider
Attributes

Methods

GetLastChangeTime(FILETIME[])

Gets the time of the last change.

Applies to