DefGuidList 类

定义用于的 GUID 共同创建不同的编辑器对象。

继承层次结构

Object
  Microsoft.VisualStudio.Editor.DefGuidList

命名空间:  Microsoft.VisualStudio.Editor
程序集:  Microsoft.VisualStudio.Editor(在 Microsoft.VisualStudio.Editor.dll 中)

语法

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

DefGuidList 类型公开以下成员。

字段

  名称 说明
公共字段静态成员 CLSID_PlatformFactory 用于共同创建 PlatformFactory 的 GUID。
公共字段静态成员 CLSID_PlatformFactoryString 表示 GUID 的字符串用于共同创建 PlatformFactory。
公共字段静态成员 CLSID_PrimeEditor 用于共同创建 PrimeEditor 的 GUID。
公共字段静态成员 CLSID_PrimeEditorString 表示 GUID 的字符串用于共同创建 PrimeEditor。
公共字段静态成员 CLSID_SecondaryVsTextBufferAdapterString 表示 GUID 的字符串用于共同创建 SecondaryVsTextBufferAdapter。
公共字段静态成员 CLSID_SecondaryVsTextViewAdapter 用于共同创建 SecondaryVsTextViewAdapter 的 GUID。
公共字段静态成员 CLSID_TextEditorFactory 用于共同创建 TextEditorFactory 的 GUID。
公共字段静态成员 CLSID_TextEditorFactoryString 表示 GUID 的字符串用于共同创建 TextEditorFactory。
公共字段静态成员 CLSID_TextEditorFactoryWithEncoding 用于共同创建 TextEditorFactoryWithEncoding 的 GUID。
公共字段静态成员 CLSID_TextEditorFactoryWithEncodingString 表示 GUID 的字符串用于共同创建 TextEditorFactoryWithEncoding。
公共字段静态成员 CLSID_VsCodeWindow 用于共同创建 VsCodeWindow 的 GUID。
公共字段静态成员 CLSID_VsCodeWindowString 表示 GUID 的字符串用于共同创建 VsCodeWindow。
公共字段静态成员 CLSID_VsDocDataAdapter 用于共同创建 VsDocDataAdapter 的 GUID。
公共字段静态成员 CLSID_VsDocDataAdapterString 表示 GUID 的字符串用于共同创建 VsDocDataAdapter。
公共字段静态成员 CLSID_VsHiddenTextManagerAdapter 用于共同创建 VsHiddenTextManagerAdapter 的 GUID。
公共字段静态成员 CLSID_VsHiddenTextManagerAdapterString 表示 GUID 的字符串用于共同创建 VsHiddenTextManagerAdapter。
公共字段静态成员 CLSID_VsTextBuffer 用于共同创建 VsTextBuffer 的 GUID。
公共字段静态成员 CLSID_VsTextBufferCoordinatorAdapter 用于共同创建 VsTextBufferCoordinatorAdapter 的 GUID。
公共字段静态成员 CLSID_VsTextBufferCoordinatorAdapterString 表示 GUID 的字符串用于共同创建 VsTextBufferCoordinatorAdapter。
公共字段静态成员 CLSID_VsTextBufferString 表示 GUID 的字符串用于共同创建 VsTextBuffer。
公共字段静态成员 CLSID_VsTextView 用于共同创建 VsTextView 的 GUID。
公共字段静态成员 CLSID_VsTextViewString 表示 GUID 的字符串用于共同创建 VsTextView。
公共字段静态成员 guidCommandWindowFontCategory 在命令窗口的字体和颜色类别的 GUID。
公共字段静态成员 guidEditorPkg 用于编辑器软件包的 GUID。
公共字段静态成员 guidEditorPkgString 表示编辑器软件包的字符串 GUID。
公共字段静态成员 guidEditPropCategoryViewMasterSettings 用于文本视图的主要设置的 GUID。
公共字段静态成员 guidFindResultsFontCategory 用于查找的 GUID 发生字体和颜色类别。
公共字段静态成员 guidImmediateWindowFontCategory 用于即时窗口字体和颜色类别的 GUID。
公共字段静态成员 guidIVxTextBuffer GUID 使用了获取从 ITextBuffer的 Guid。
公共字段静态成员 guidIWpfTextViewHost GUID 使用了获取从 IWpfTextViewIWpfTextViewHost
公共字段静态成员 guidOutputWindowFontCategory 用于输出窗口字体和颜色类别的 GUID。
公共字段静态成员 guidPrinterFontCategory 用于打印机字体和颜色类别的 GUID。
公共字段静态成员 guidStatementCompletionFontCategory 在语句完成字体和颜色类别的 GUID。
公共字段静态成员 guidSystemWindowFontCategory 在 windows 系统字体和颜色类别的 GUID。
公共字段静态成员 guidTextEditorFontCategory 在代码编辑器字体和颜色类别的 GUID。
公共字段静态成员 guidToolTipFontCategory 用于工具提示字体和颜色类别的 GUID。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Editor 命名空间