IVsDataProvider.CreateObject Method

Creates an instance of the specified DDEX support entity that is implemented by the DDEX provider.

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

IVsDataProvider Members

Microsoft.VisualStudio.Data.Core Namespace