Share via


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

See Also

Reference

IVsDataProvider Interface

Microsoft.VisualStudio.Data.Core Namespace