IVsPersistentTextImage Interface

Represents the image that is persisted and not persisted.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")> _
Public Interface IVsPersistentTextImage
'Utilisation
Dim instance As IVsPersistentTextImage
[InterfaceTypeAttribute()]
[GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")]
public interface IVsPersistentTextImage
[InterfaceTypeAttribute()]
[GuidAttribute(L"C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")]
public interface class IVsPersistentTextImage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C47FFD1E-D84E-43A5-8CBE-E4AD06BE795B")>]
type IVsPersistentTextImage =  interface end
public interface IVsPersistentTextImage

Remarks

IVsPersistentTextImage is REQUIRED for all storage objects. This is not necessarily the same data that is exposed by IVsTextStorage.

See Also

Reference

IVsPersistentTextImage Members

Microsoft.VisualStudio.TextManager.Interop Namespace