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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("2EC892AF-9642-417F-B452-8AA1ACBFBA99")> _
Public Interface IVsInvisibleEditor
‘사용 방법
Dim instance As 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

Remarks

Notes to Implementers

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

See Also

Reference

IVsInvisibleEditor Members

Microsoft.VisualStudio.Shell.Interop Namespace