UserContextTypeConverter.ConvertTo Method
Include Protected Members
Include Inherited Members
Converts the Help context to the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ConvertTo(Object, Type) | Converts the given value object to the specified type, using the arguments. (Inherited from TypeConverter.) | |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | This method is not used by the Visual Studio SDK. Converts the Help context to the specified type by using the specified format context. (Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
Top