DefGuidList Class
Defines the GUIDs used to co-create different editor objects.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Editor.DefGuidList
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Déclaration
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 | |
---|---|---|
CLSID_PlatformFactory | The GUID used to co-create a PlatformFactory. | |
CLSID_PlatformFactoryString | The string representing the GUID used to co-create a PlatformFactory. | |
CLSID_PrimeEditor | The GUID used to co-create a PrimeEditor. | |
CLSID_PrimeEditorString | The string representing the GUID used to co-create a PrimeEditor. | |
CLSID_SecondaryVsTextBufferAdapterString | The string representing the GUID used to co-create a SecondaryVsTextBufferAdapter. | |
CLSID_SecondaryVsTextViewAdapter | The GUID used to co-create a SecondaryVsTextViewAdapter. | |
CLSID_TextEditorFactory | The GUID used to co-create a TextEditorFactory. | |
CLSID_TextEditorFactoryString | The string representing the GUID used to co-create a TextEditorFactory. | |
CLSID_TextEditorFactoryWithEncoding | The GUID used to co-create a TextEditorFactoryWithEncoding. | |
CLSID_TextEditorFactoryWithEncodingString | The string representing the GUID used to co-create a TextEditorFactoryWithEncoding. | |
CLSID_VsCodeWindow | The GUID used to co-create a VsCodeWindow. | |
CLSID_VsCodeWindowString | The string representing the GUID used to co-create a VsCodeWindow. | |
CLSID_VsDocDataAdapter | The GUID used to co-create a VsDocDataAdapter. | |
CLSID_VsDocDataAdapterString | The string representing the GUID used to co-create a VsDocDataAdapter. | |
CLSID_VsHiddenTextManagerAdapter | The GUID used to co-create a VsHiddenTextManagerAdapter. | |
CLSID_VsHiddenTextManagerAdapterString | The string representing the GUID used to co-create a VsHiddenTextManagerAdapter. | |
CLSID_VsTextBuffer | The GUID used to co-create a VsTextBuffer. | |
CLSID_VsTextBufferCoordinatorAdapter | The GUID used to co-create a VsTextBufferCoordinatorAdapter. | |
CLSID_VsTextBufferCoordinatorAdapterString | The string representing the GUID used to co-create a VsTextBufferCoordinatorAdapter. | |
CLSID_VsTextBufferString | The string representing the GUID used to co-create a VsTextBuffer. | |
CLSID_VsTextView | The GUID used to co-create a VsTextView. | |
CLSID_VsTextViewString | The string representing the GUID used to co-create a VsTextView. | |
guidCommandWindowFontCategory | The GUID used for the command window's font and color category. | |
guidEditorPkg | The GUID used for the editor package. | |
guidEditorPkgString | The string representing the GUID for the editor package. | |
guidEditPropCategoryViewMasterSettings | The GUID used for the master settings for a text view. | |
guidFindResultsFontCategory | The GUID used for the Find Results font and color category. | |
guidImmediateWindowFontCategory | The GUID used for the immediate window font and color category. | |
guidIVxTextBuffer | The GUID used to get an IVxTextBuffer from an ITextBuffer. | |
guidIWpfTextViewHost | The GUID used to get an IWpfTextViewHost from an IWpfTextView. | |
guidOutputWindowFontCategory | The GUID used for the output window font and color category. | |
guidPrinterFontCategory | The GUID used for the printer font and color category. | |
guidStatementCompletionFontCategory | The GUID used for the statement completion font and color category. | |
guidSystemWindowFontCategory | The GUID used for the system window font and color category. | |
guidTextEditorFontCategory | The GUID used for the code editor font and color category. | |
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.