IVsDataProvider.TryCreateObject Method
Include Protected Members
Include Inherited Members
Tries to create 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 | |
---|---|---|
TryCreateObject<TObject>() | Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider. | |
TryCreateObject<TObject>(Guid) | Tries to create an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider. | |
TryCreateObject(Type) | Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider. | |
TryCreateObject(Guid, Type) | Tries to create an instance of the specified DDEX support entity for the specified DDEX data source that is implemented by the DDEX provider. | |
TryCreateObject<TObject, TSite>(Guid, TSite) | Tries to create 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. | |
TryCreateObject<TSite>(Guid, Type, TSite) | Tries to create 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