IVsInvisibleEditor Interface
Obtains the document data for the file "under edit" by the invisible editor object.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2EC892AF-9642-417F-B452-8AA1ACBFBA99")> _
Public Interface IVsInvisibleEditor
[InterfaceTypeAttribute()]
[GuidAttribute("2EC892AF-9642-417F-B452-8AA1ACBFBA99")]
public interface IVsInvisibleEditor
[InterfaceTypeAttribute()]
[GuidAttribute(L"2EC892AF-9642-417F-B452-8AA1ACBFBA99")]
public interface class IVsInvisibleEditor
[<InterfaceTypeAttribute()>]
[<GuidAttribute("2EC892AF-9642-417F-B452-8AA1ACBFBA99")>]
type IVsInvisibleEditor = interface end
public interface IVsInvisibleEditor
The IVsInvisibleEditor type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDocData | Obtains the document data for the file "under edit" by this editor object. |
Top
Remarks
Notes to Implementers
Implement this interface to provide access to the invisible editor document data.