IVsInvisibleEditor Interface

Definition

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.

Applies to