Share via


ItemPropertyWizard Class

This type is only used internally; you cannot use it directly from your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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
public final class ItemPropertyWizard implements IWizard
[<SealedAttribute>]
type ItemPropertyWizard =  
    class
        interface IWizard
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.ItemPropertyWizard

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

ItemPropertyWizard Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace