IVsDataProvider.GetType Method
Include Protected Members
Include Inherited Members
Resolves a provider-specific type name to its corresponding Type representation.
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 | |
---|---|---|
GetType(String) | Resolves a provider-specific type name to its corresponding Type representation. | |
GetType(Guid, String) | Resolves a provider-specific type name to its corresponding Type representation, for a specific DDEX data source. |
Top