ConversionDialogViewModel Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Conversion..::..ConversionDialogViewModel

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Conversion
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Class ConversionDialogViewModel _
    Implements INotifyPropertyChanged
'Usage
Dim instance As ConversionDialogViewModel
public class ConversionDialogViewModel : INotifyPropertyChanged
public ref class ConversionDialogViewModel : INotifyPropertyChanged
type ConversionDialogViewModel =  
    class
        interface INotifyPropertyChanged
    end
public class ConversionDialogViewModel implements INotifyPropertyChanged

The ConversionDialogViewModel type exposes the following members.

Constructors

  Name Description
Public method ConversionDialogViewModel Initializes a new instance of the ConversionDialogViewModel class.

Top

Properties

  Name Description
Public property ConversionDialog Gets or sets {insert text here}.
Public property DoBackup Gets or sets {insert text here}.
Public property DoConversion Gets or sets {insert text here}.
Public property DoConversionRadioBoxLabel Gets {insert text here}.
Public property DoNotConvertDetailsLabel Gets {insert text here}.
Public property EmphasizedFontSize Gets {insert text here}.
Public property NoConversionRadioBoxLabel Gets {insert text here}.
Public property ProjectConversionLabel Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged

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.VisualStudio.Data.Tools.Package.Conversion Namespace