DefGuidList Class

Definition

Defines the GUIDs used to co-create different editor objects.

public ref class DefGuidList abstract sealed
public ref class DefGuidList abstract sealed
class DefGuidList abstract sealed
public static class DefGuidList
type DefGuidList = class
Public Class DefGuidList
Inheritance
DefGuidList

Fields

CLSID_PlatformFactory

Guid used to co-create a PlatformFactory

CLSID_PlatformFactoryString

String representing the Guid used to co-create a PlatformFactory

CLSID_PrimeEditor

Guid used to co-create a PrimeEditor

CLSID_PrimeEditorString

String representing the Guid used to co-create a PrimeEditor

CLSID_SecondaryVsTextBufferAdapterString

String representing the Guid used to co-create a SecondaryVsTextBufferAdapter

CLSID_SecondaryVsTextViewAdapter

Guid used to co-create a SecondaryVsTextViewAdapter

CLSID_TextEditorFactory

Guid used to co-create a TextEditorFactory

CLSID_TextEditorFactoryString

String representing the Guid used to co-create a TextEditorFactory

CLSID_TextEditorFactoryWithEncoding

Guid used to co-create a TextEditorFactoryWithEncoding

CLSID_TextEditorFactoryWithEncodingString

String representing the Guid used to co-create a TextEditorFactoryWithEncoding

CLSID_VsCodeWindow

Guid used to co-create a VsCodeWindow

CLSID_VsCodeWindowString

String representing the Guid used to co-create a VsCodeWindow

CLSID_VsDiffAwareCodeWindowString

String representing the Guid used to co-create a DiffAwareVsCodeWindow

CLSID_VsDocDataAdapter

Guid used to co-create a VsDocDataAdapter

CLSID_VsDocDataAdapterString

String representing the Guid used to co-create a VsDocDataAdapter

CLSID_VsHiddenTextManagerAdapter

Guid used to co-create a VsHiddenTextManagerAdapter

CLSID_VsHiddenTextManagerAdapterString

String representing the Guid used to co-create a VsHiddenTextManagerAdapter

CLSID_VsTextBuffer

Guid used to co-create a VsTextBuffer

CLSID_VsTextBufferCoordinatorAdapter

Guid used to co-create a VsTextBufferCoordinatorAdapter

CLSID_VsTextBufferCoordinatorAdapterString

String representing the Guid used to co-create a VsTextBufferCoordinatorAdapter

CLSID_VsTextBufferString

String representing the Guid used to co-create a VsTextBuffer

CLSID_VsTextView

Guid used to co-create a VsTextView

CLSID_VsTextViewString

String representing the Guid used to co-create a VsTextView

guidCommandWindowFontCategory

Guid for the command window's font and color category.

guidDocumentTextSnapshot

Guid used to get the current ITextSnapshot of the document buffer.

guidEditorPkg

Guid for the editor package

guidEditorPkgString

String representing the Guid for the editor package

guidEditPropCategoryViewMasterSettings

Guid for the master settings for a certain TextView

guidFindResultsFontCategory

Guid for the find results font and color category.

guidImmediateWindowFontCategory

Guid for the immediate window's font and color category.

guidImmutableITextImage

Guid used to get an immutable ITextImage that corresponds to the current document buffer.

guidIVxTextBuffer

Guid used to get an IVxTextBuffer from an ITextBuffer

guidIWpfTextViewHost

Guid used to get an IWpfTextViewHost from an IWpfTextView

guidOutputWindowFontCategory

Guid for the ouput window's font and color category.

guidPrinterFontCategory

Guid for the printer font and color category.

guidStatementCompletionFontCategory

Guid for the statement completion font and color category.

guidSystemWindowFontCategory

Guid for the system window font and color category.

guidTextDataModel

Guid used to get the ITextDataModel from an IVsTextBuffer

guidTextEditorFontCategory

Guid for the code editor font and color category.

guidToolTipFontCategory

Guid for the tooltip font and color category.

Applies to