IVsDataProvider.TryCreateObject Method

Tries to create an instance of the specified DDEX support entity that is implemented by the DDEX provider.

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

IVsDataProvider Members

Microsoft.VisualStudio.Data.Core Namespace