IVsDataMappedObjectTypeMember.Conversion Property
Gets the current instance of the IVsDataMappedObjectConversion stored in this class.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Conversion As IVsDataMappedObjectConversion
IVsDataMappedObjectConversion Conversion { get; }
property IVsDataMappedObjectConversion^ Conversion {
IVsDataMappedObjectConversion^ get ();
}
abstract Conversion : IVsDataMappedObjectConversion with get
function get Conversion () : IVsDataMappedObjectConversion
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectConversion
The current instance of the IVsDataMappedObjectConversion stored in this class.
.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.