IVsLastChangeTimeProvider Interface

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

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("35E88F96-047C-443C-A336-91BB8E2B40EC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLastChangeTimeProvider
'Utilisation
Dim instance As 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

See Also

Reference

IVsLastChangeTimeProvider Members

Microsoft.VisualStudio.TextManager.Interop Namespace