Returns the parameters used in this conversion step.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function GetParameters As Object()
'使用
Dim instance As IVsDataMappedObjectCallMapperConversionStep
Dim returnValue As Object()
returnValue = instance.GetParameters()
Object[] GetParameters()
array<Object^>^ GetParameters()
function GetParameters() : Object[]
Return Value
Type: []
An array containing the parameters used in this conversion step.
Permissions
- 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
IVsDataMappedObjectCallMapperConversionStep Interface