GraphNodeIdConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts this to another type. Currently supports strings and any embedded data types.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overrides Function ConvertTo ( _
context As ITypeDescriptorContext, _
culture As CultureInfo, _
value As Object, _
destinationType As Type _
) As Object
public override Object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
Object value,
Type destinationType
)
public:
virtual Object^ ConvertTo(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value,
Type^ destinationType
) override
abstract ConvertTo :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object *
destinationType:Type -> Object
override ConvertTo :
context:ITypeDescriptorContext *
culture:CultureInfo *
value:Object *
destinationType:Type -> Object
public override function ConvertTo(
context : ITypeDescriptorContext,
culture : CultureInfo,
value : Object,
destinationType : Type
) : Object
Parameters
context
Type: System.ComponentModel.ITypeDescriptorContextThe type descriptor context for the conversion.
culture
Type: System.Globalization.CultureInfoThe culture for the conversion.
value
Type: System.ObjectThe value to convert.
destinationType
Type: System.TypeThe type to convert to.
Return Value
Type: System.Object
The converted value.
.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.