UserContextTypeConverter.ConvertFrom Method
Include Protected Members
Include Inherited Members
Converts a value to a Help context.
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 | |
---|---|---|
ConvertFrom(Object) | Converts the given value to the type of this converter. (Inherited from TypeConverter.) | |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | This method is not used by the Visual Studio SDK. Converts the specified value object to a Help context object by using the specified format context. (Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
Top