IVsLastChangeTimeProvider, interface
Permet à un objet pour demander à des clients lorsque sa dernière modification s'est produite.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
<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
Le type IVsLastChangeTimeProvider expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
GetLastChangeTime | Obtient l'heure de la dernière modification. |
Début