IVsDataMappedObjectConversion.Steps 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.
Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type.
public:
property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectConversionStep ^> ^ Steps { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectConversionStep ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversionStep> Steps { get; }
member this.Steps : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversionStep>
Public ReadOnly Property Steps As ICollection(Of IVsDataMappedObjectConversionStep)
Property Value
A collection of IVsDataMappedObjectCallMapperConversionStep objects representing all the conversion steps.