Share via


ItemPropertyWizard Class

This class and its members are reserved for internal use and are not intended to be used in your code. This wizard is used to create the XMLSchema item. Most of the code was copied from the original wizard used to create the XMLSchema item in VSLang projects.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..ItemPropertyWizard

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

Syntax

'Declaration
Public NotInheritable Class ItemPropertyWizard _
    Implements IWizard
'Usage
Dim instance As ItemPropertyWizard
public sealed class ItemPropertyWizard : IWizard
public ref class ItemPropertyWizard sealed : IWizard
[<SealedAttribute>]
type ItemPropertyWizard =  
    class
        interface IWizard
    end
public final class ItemPropertyWizard implements IWizard

The ItemPropertyWizard type exposes the following members.

Constructors

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

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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IWizardBeforeOpeningFile
Explicit interface implemetationPrivate method IWizardProjectFinishedGenerating
Explicit interface implemetationPrivate method IWizardProjectItemFinishedGenerating
Explicit interface implemetationPrivate method IWizardRunFinished
Explicit interface implemetationPrivate method IWizardRunStarted
Explicit interface implemetationPrivate method IWizardShouldAddProjectItem

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.Internal Namespace