DefGuidList Class

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

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Editor.DefGuidList

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Public NotInheritable Class DefGuidList
public static class DefGuidList
public ref class DefGuidList abstract sealed
[<AbstractClass>]
[<Sealed>]
type DefGuidList =  class end
public final class DefGuidList

The DefGuidList type exposes the following members.

Fields

  Name Description
Public fieldStatic member CLSID_PlatformFactory The GUID used to co-create a PlatformFactory.
Public fieldStatic member CLSID_PlatformFactoryString The string representing the GUID used to co-create a PlatformFactory.
Public fieldStatic member CLSID_PrimeEditor The GUID used to co-create a PrimeEditor.
Public fieldStatic member CLSID_PrimeEditorString The string representing the GUID used to co-create a PrimeEditor.
Public fieldStatic member CLSID_SecondaryVsTextBufferAdapterString The string representing the GUID used to co-create a SecondaryVsTextBufferAdapter.
Public fieldStatic member CLSID_SecondaryVsTextViewAdapter The GUID used to co-create a SecondaryVsTextViewAdapter.
Public fieldStatic member CLSID_TextEditorFactory The GUID used to co-create a TextEditorFactory.
Public fieldStatic member CLSID_TextEditorFactoryString The string representing the GUID used to co-create a TextEditorFactory.
Public fieldStatic member CLSID_TextEditorFactoryWithEncoding The GUID used to co-create a TextEditorFactoryWithEncoding.
Public fieldStatic member CLSID_TextEditorFactoryWithEncodingString The string representing the GUID used to co-create a TextEditorFactoryWithEncoding.
Public fieldStatic member CLSID_VsCodeWindow The GUID used to co-create a VsCodeWindow.
Public fieldStatic member CLSID_VsCodeWindowString The string representing the GUID used to co-create a VsCodeWindow.
Public fieldStatic member CLSID_VsDocDataAdapter The GUID used to co-create a VsDocDataAdapter.
Public fieldStatic member CLSID_VsDocDataAdapterString The string representing the GUID used to co-create a VsDocDataAdapter.
Public fieldStatic member CLSID_VsHiddenTextManagerAdapter The GUID used to co-create a VsHiddenTextManagerAdapter.
Public fieldStatic member CLSID_VsHiddenTextManagerAdapterString The string representing the GUID used to co-create a VsHiddenTextManagerAdapter.
Public fieldStatic member CLSID_VsTextBuffer The GUID used to co-create a VsTextBuffer.
Public fieldStatic member CLSID_VsTextBufferCoordinatorAdapter The GUID used to co-create a VsTextBufferCoordinatorAdapter.
Public fieldStatic member CLSID_VsTextBufferCoordinatorAdapterString The string representing the GUID used to co-create a VsTextBufferCoordinatorAdapter.
Public fieldStatic member CLSID_VsTextBufferString The string representing the GUID used to co-create a VsTextBuffer.
Public fieldStatic member CLSID_VsTextView The GUID used to co-create a VsTextView.
Public fieldStatic member CLSID_VsTextViewString The string representing the GUID used to co-create a VsTextView.
Public fieldStatic member guidCommandWindowFontCategory The GUID used for the command window's font and color category.
Public fieldStatic member guidEditorPkg The GUID used for the editor package.
Public fieldStatic member guidEditorPkgString The string representing the GUID for the editor package.
Public fieldStatic member guidEditPropCategoryViewMasterSettings The GUID used for the master settings for a text view.
Public fieldStatic member guidFindResultsFontCategory The GUID used for the Find Results font and color category.
Public fieldStatic member guidImmediateWindowFontCategory The GUID used for the immediate window font and color category.
Public fieldStatic member guidIVxTextBuffer The GUID used to get an IVxTextBuffer from an ITextBuffer.
Public fieldStatic member guidIWpfTextViewHost The GUID used to get an IWpfTextViewHost from an IWpfTextView.
Public fieldStatic member guidOutputWindowFontCategory The GUID used for the output window font and color category.
Public fieldStatic member guidPrinterFontCategory The GUID used for the printer font and color category.
Public fieldStatic member guidStatementCompletionFontCategory The GUID used for the statement completion font and color category.
Public fieldStatic member guidSystemWindowFontCategory The GUID used for the system window font and color category.
Public fieldStatic member guidTextEditorFontCategory The GUID used for the code editor font and color category.
Public fieldStatic member guidToolTipFontCategory The GUID used for the tooltip font and color category.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Editor Namespace