Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Creates a new instance of a RemoteTypeAdapter.
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
GetRemoteTypeAdapter(String, TypeInfrastructureManager)
Returns a new RemoteTypeAdapter instance, given a canonical type name and a type infrastructure manager.
GetRemoteTypeAdapter(Type, TypeInfrastructureManager)
Returns a new RemoteTypeAdapter instance, given a type and a type infrastructure manager.
Top