IndentToMarginConverter Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.MultiValueConverter<Int32, Boolean, Thickness>
    Microsoft.Internal.VisualStudio.PlatformUI.IndentToMarginConverter

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Class IndentToMarginConverter _
    Inherits MultiValueConverter(Of Integer, Boolean, Thickness)
public class IndentToMarginConverter : MultiValueConverter<int, bool, Thickness>
public ref class IndentToMarginConverter : public MultiValueConverter<int, bool, Thickness>
type IndentToMarginConverter =  
    class 
        inherit MultiValueConverter<int, bool, Thickness>
    end
public class IndentToMarginConverter extends MultiValueConverter<int, boolean, Thickness>

The IndentToMarginConverter type exposes the following members.

Constructors

  Name Description
Public method IndentToMarginConverter

Top

Methods

  Name Description
Protected method Convert(Int32, Boolean, Object, CultureInfo) (Overrides MultiValueConverter<TSource1, TSource2, TTarget>.Convert(TSource1, TSource2, Object, CultureInfo).)
Public method Convert(array<Object[], Type, Object, CultureInfo) Microsoft internal use only. (Inherited from MultiValueConverter<TSource1, TSource2, TTarget>.)
Public method ConvertBack(Object, array<Type[], Object, CultureInfo) Microsoft internal use only. (Inherited from MultiValueConverter<TSource1, TSource2, TTarget>.)
Protected method ConvertBack(TTarget, TSource1%, TSource2%, Object, CultureInfo) Microsoft internal use only. (Inherited from MultiValueConverter<TSource1, TSource2, TTarget>.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace