Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.