VsTargetFrameworkProvider.GetTypeDescriptor Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
GetTypeDescriptor(Type) | Gets a custom type descriptor for the given type. (Inherited from TypeDescriptionProvider.) | |
GetTypeDescriptor(Object) | Gets a custom type descriptor for the given object. (Inherited from TypeDescriptionProvider.) | |
GetTypeDescriptor(Type, Object) | (Overrides TypeDescriptionProvider.GetTypeDescriptor(Type, Object).) |
Top