IVsDataProvider.CreateObject Method
Include Protected Members
Include Inherited Members
Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider.
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 | |
---|---|---|
CreateObject<TObject>() | Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider. | |
CreateObject<TObject>(Guid) | Creates an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider. | |
CreateObject(Type) | Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider. | |
CreateObject(Guid, Type) | Creates an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider. | |
CreateObject<TObject, TSite>(Guid, TSite) | Creates an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider, sited with the specified site object. | |
CreateObject<TSite>(Guid, Type, TSite) | Creates an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider, sited with the specified site object. |
Top