Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class MultiplicationConverter _
    Inherits ValueConverter(Of Double, Double)
用法
Dim instance As MultiplicationConverter
public class MultiplicationConverter : ValueConverter<double, double>
public ref class MultiplicationConverter : public ValueConverter<double, double>
type MultiplicationConverter =  
    class
        inherit ValueConverter<float, float>
    end
public class MultiplicationConverter extends ValueConverter<double, double>
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<Double, Double>
    Microsoft.VisualStudio.PlatformUI.MultiplicationConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.