IVsCodeWindowEx Schnittstelle

Definition

Stellt Methoden bereit, mit denen ein Teil des Verhaltens eines Code Fensters bestimmt und angepasst werden soll.

public interface class IVsCodeWindowEx
public interface class IVsCodeWindowEx
__interface IVsCodeWindowEx
[System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCodeWindowEx
[<System.Runtime.InteropServices.Guid("186F17A5-7270-4BC5-A8DE-72F4A0E49647")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCodeWindowEx = interface
Public Interface IVsCodeWindowEx
Attribute

Methoden

Initialize(UInt32, VSUSERCONTEXTATTRIBUTEUSAGE, String, String, UInt32, INITVIEW[])

Passt ein Teil des Verhaltens eines Code Fensters an, z. b. wenn das Fenster schreibgeschützt ist, die Dropdown Leiste und der Splitter ausgeblendet werden und Benutzer Kontext bereitgestellt wird.

IsReadOnly()

Bestimmt, ob das Code Fenster schreibgeschützt ist.

Gilt für