Share via


UserContext Class

This class is not used by the Visual Studio SDK. (See Remarks.) Represents a Help context.

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

Syntax

'Declaration
<SerializableAttribute> _
<TypeConverterAttribute(GetType(UserContextTypeConverter))> _
Public Class UserContext
'Usage
Dim instance As UserContext
[SerializableAttribute]
[TypeConverterAttribute(typeof(UserContextTypeConverter))]
public class UserContext
[SerializableAttribute]
[TypeConverterAttribute(typeof(UserContextTypeConverter))]
public ref class UserContext
public class UserContext

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Design.UserContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UserContext Members

Microsoft.VisualStudio.Modeling.Design Namespace

HelpKeywordAttribute

HelpKeywordType

IHelpService

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.