ToBooleanValueConverter<TSource>.Convert, méthode (Object, Type, Object, CultureInfo)
Microsoft internal use only.
Espace de noms : Microsoft.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Function Convert ( _
value As Object, _
targetType As Type, _
parameter As Object, _
culture As CultureInfo _
) As Object
public Object Convert(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
Paramètres
- value
Type : System.Object
- targetType
Type : System.Type
- parameter
Type : System.Object
- culture
Type : System.Globalization.CultureInfo
Valeur de retour
Type : System.Object
Returns Object.
Implémentations
IValueConverter.Convert(Object, Type, Object, CultureInfo)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.