UserContextTypeConverter Class
This class is not used by the Visual Studio SDK. (See Remarks.) Provides a type converter that converts between values of Help contexts and text.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Class UserContextTypeConverter _
Inherits TypeConverter
'Usage
Dim instance As UserContextTypeConverter
public class UserContextTypeConverter : TypeConverter
public ref class UserContextTypeConverter : public TypeConverter
public class UserContextTypeConverter extends TypeConverter
Remarks
The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
Microsoft.VisualStudio.Modeling.Design.UserContextTypeConverter
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
UserContextTypeConverter Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |