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 | |
---|---|---|
ItemPropertyWizard | Initializes a new instance of the ItemPropertyWizard class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IWizardBeforeOpeningFile | ||
IWizardProjectFinishedGenerating | ||
IWizardProjectItemFinishedGenerating | ||
IWizardRunFinished | ||
IWizardRunStarted | ||
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