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)
'Usage
Dim instance As IVsDataMappedObjectConversion
Dim value As ICollection(Of IVsDataMappedObjectConversionStep)
value = instance.Steps
ICollection<IVsDataMappedObjectConversionStep> Steps { get; }
property ICollection<IVsDataMappedObjectConversionStep^>^ Steps {
ICollection<IVsDataMappedObjectConversionStep^>^ 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.
See Also
Reference
IVsDataMappedObjectConversion Interface