IVsDataMappedObjectConversion.Steps Property

Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Steps As ICollection(Of IVsDataMappedObjectConversionStep)
ICollection<IVsDataMappedObjectConversionStep> Steps { get; }
property ICollection<IVsDataMappedObjectConversionStep^>^ Steps {
    ICollection<IVsDataMappedObjectConversionStep^>^ get ();
}
abstract Steps : ICollection<IVsDataMappedObjectConversionStep> with get
function get Steps () : ICollection<IVsDataMappedObjectConversionStep>

Property Value

Type: System.Collections.Generic.ICollection<IVsDataMappedObjectConversionStep>
A collection of IVsDataMappedObjectCallMapperConversionStep objects representing all the conversion steps.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectConversion Interface

Microsoft.VisualStudio.Data.Services Namespace