UserContextElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.
Class that encapsulates a single help element, which can be a keyword, F1 keyword, or filter attribute
public ref class UserContextElement
[System.Obsolete("This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")]
[System.Serializable]
public class UserContextElement
[<System.Obsolete("This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")>]
[<System.Serializable>]
type UserContextElement = class
Public Class UserContextElement
- Inheritance
-
UserContextElement
- Attributes
Constructors
UserContextElement(String, String, UserContextType) |
Create a UserContextElement with the give parameters |
Properties
ContextType |
Returns the type of this element, keyword, F1 keyword, or attribute |
PropertyName |
Returns the attribute name. For keyword, this will be "Keyword". For F1 keywords, it will be "F1Keyword" |
Value |
Returns the value of this element, keyword, or attribute |