UserContext 类

定义

注意

This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.

表示帮助元素集合的类

public ref class UserContext
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Design.UserContextTypeConverter))]
[System.Obsolete("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")]
[System.Serializable]
public class UserContext
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Design.UserContextTypeConverter))>]
[<System.Obsolete("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")>]
[<System.Serializable>]
type UserContext = class
Public Class UserContext
继承
UserContext
属性

构造函数

UserContext()
UserContext(String)

从字符串加载,SaveToString 保存

UserContext(XmlNodeList)

属性

Empty

表示空的上下文包。

F1Keyword
UserContextElements

返回上下文元素的只读集合

方法

Add(String, String, UserContextType)

将帮助元素添加到集合中。

SaveToString()

序列化到字符串: [名称值] [名称值] .。。

适用于