UserContextType 枚举

注意:此 API 现在已过时。

Visual Studio SDK 不使用此枚举。 (请参见备注。) 指定用户上下文元素的类型。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
<ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")> _
Public Enumeration UserContextType
[ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")]
public enum UserContextType

成员

成员名称 说明
Attribute 帮助筛选器。
F1Keyword F1 帮助关键字。
Keyword 帮助关键字。

备注

DSL 工具使用输入 System.ComponentModel.Design 命名空间支持帮助主题显示。

请参见

参考

Microsoft.VisualStudio.Modeling.Design 命名空间

HelpKeywordAttribute

HelpKeywordType

IHelpService