DataConnection.ObjectSupport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an object that provides an XML stream defining the various DDEX data object types supported by the current data connection.
public:
property Microsoft::VisualStudio::Data::DataObjectSupport ^ ObjectSupport { Microsoft::VisualStudio::Data::DataObjectSupport ^ get(); };
public Microsoft.VisualStudio.Data.DataObjectSupport ObjectSupport { get; }
member this.ObjectSupport : Microsoft.VisualStudio.Data.DataObjectSupport
Public ReadOnly Property ObjectSupport As DataObjectSupport
Property Value
Returns a DataObjectSupport object instance, which provides an XML stream with definitions for the DDEX data object types supported by the current data connection.