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)

[ComConversionLossAttribute]
[InterfaceTypeAttribute(1)]
[GuidAttribute("2EC892AF-9642-417F-B452-8AA1ACBFBA99")]
public interface IVsInvisibleEditor

NameDescription
System_CAPS_pubmethodGetDocData(Int32, Guid, IntPtr)

Obtains the document data for the file "under edit" by this editor object.

Notes to Implementers:

Implement this interface to provide access to the invisible editor document data.

Return to top
Show: