IVsCodeWindowEx Interface

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCodeWindowEx
[GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[InterfaceTypeAttribute()]
public interface IVsCodeWindowEx
[GuidAttribute(L"186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[InterfaceTypeAttribute()]
public interface class IVsCodeWindowEx
[<GuidAttribute("186F17A5-7270-4BC5-A8DE-72F4A0E49647")>]
[<InterfaceTypeAttribute()>]
type IVsCodeWindowEx =  interface end
public interface IVsCodeWindowEx

The IVsCodeWindowEx type exposes the following members.

Methods

  Name Description
Public method Initialize
Public method IsReadOnly

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace