UserContextType Enumeration

 
Note: This API is now obsolete.

This enumeration is not used by the Visual Studio SDK. (See Remarks.) Specifies the type of user context element.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

[ObsoleteAttribute("This class is deprecated.  Use the facilities in the DSL domain model to define help system bindings.")]
public enum class UserContextType

Member nameDescription
Attribute

A Help filter.

F1Keyword

An F1 Help keyword.

Keyword

A Help keyword.

The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.

Return to top
Show: