Compartir a través de


IVsLastChangeTimeProvider (Interfaz)

Permite que un objeto indica a los clientes cuando el último cambio.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
<GuidAttribute("35E88F96-047C-443C-A336-91BB8E2B40EC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLastChangeTimeProvider
[GuidAttribute("35E88F96-047C-443C-A336-91BB8E2B40EC")]
[InterfaceTypeAttribute()]
public interface IVsLastChangeTimeProvider
[GuidAttribute(L"35E88F96-047C-443C-A336-91BB8E2B40EC")]
[InterfaceTypeAttribute()]
public interface class IVsLastChangeTimeProvider
[<GuidAttribute("35E88F96-047C-443C-A336-91BB8E2B40EC")>]
[<InterfaceTypeAttribute()>]
type IVsLastChangeTimeProvider =  interface end
public interface IVsLastChangeTimeProvider

El tipo IVsLastChangeTimeProvider expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetLastChangeTime Obtiene la hora del último cambio.

Arriba

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)