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.
Gets an IVsDataMappedObjectConversion object containing the conversion steps.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Conversion As IVsDataMappedObjectConversion
'Usage
Dim instance As IVsDataMappedObjectSubstitutionValue
Dim value As IVsDataMappedObjectConversion
value = instance.Conversion
IVsDataMappedObjectConversion Conversion { get; }
property IVsDataMappedObjectConversion^ Conversion {
IVsDataMappedObjectConversion^ get ();
}
function get Conversion () : IVsDataMappedObjectConversion
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversion
An IVsDataMappedObjectConversion object containing 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
IVsDataMappedObjectSubstitutionValue Interface