IVsDataMappedObjectConversion.Steps Property

Definition

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.

Applies to