Interfaccia IVsLastChangeTimeProvider
Consente a un oggetto di un client quando la l'ultima modifica si è verificata.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
<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
Il tipo IVsLastChangeTimeProvider espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
GetLastChangeTime | Ottiene il punto dell'ultima modifica. |
In alto