IVsLastChangeTimeProvider-Schnittstelle
Ermöglicht einem Objekt, um Clients mitzuteilen, als die letzte Änderung aufgetreten ist.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<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
Der IVsLastChangeTimeProvider-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetLastChangeTime | Ruft den Zeitpunkt der letzten Änderung ab. |
Zum Seitenanfang