StringCollectionConverter.ConvertTo-Methode (ITypeDescriptorContext, CultureInfo, Object, Type)
Konvertiert ein Objekt vom Typ StringCollection in String oder InstanceDescriptor.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.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
Parameter
- context
Typ: System.ComponentModel.ITypeDescriptorContext
Ein Objekt, das einen Formatierungskontext bereitstellt.
- culture
Typ: System.Globalization.CultureInfo
Das als aktuelle Kultur zu verwendende Objekt.
- value
Typ: System.Object
Das zu konvertierende StringCollection.
- destinationType
Typ: System.Type
Der Typ, in den die value konvertiert werden soll.
Rückgabewert
Typ: System.Object
Der konvertierte Wert.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | value hat den Wert nullNULL-Verweis (Nothing in Visual Basic). – oder – destinationType hat den Wert nullNULL-Verweis (Nothing in Visual Basic). |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.