IVsInvisibleEditor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the document data for the file "under edit" by the invisible editor object.
public interface class IVsInvisibleEditor
public interface class IVsInvisibleEditor
__interface IVsInvisibleEditor
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("2EC892AF-9642-417F-B452-8AA1ACBFBA99")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsInvisibleEditor
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("2EC892AF-9642-417F-B452-8AA1ACBFBA99")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInvisibleEditor
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("2EC892AF-9642-417F-B452-8AA1ACBFBA99")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsInvisibleEditor = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("2EC892AF-9642-417F-B452-8AA1ACBFBA99")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInvisibleEditor = interface
Public Interface IVsInvisibleEditor
- Attributes
Notes to Implementers
Implement this interface to provide access to the invisible editor document data.
Methods
GetDocData(Int32, Guid, IntPtr) |
Obtains the document data for the file "under edit" by this editor object. |