Share via


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
Public method TryCreateObject<TObject>() Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider.
Public method 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.
Public method TryCreateObject(Type) Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

IVsDataProvider Interface

Microsoft.VisualStudio.Data.Core Namespace