NewPlanWizard Class
Represents the new pan wizard.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.DataGenerator
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class NewPlanWizard _
Implements IWizard
'Usage
Dim instance As NewPlanWizard
[CLSCompliantAttribute(false)]
public sealed class NewPlanWizard : IWizard
[CLSCompliantAttribute(false)]
public ref class NewPlanWizard sealed : IWizard
public final class NewPlanWizard implements IWizard
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type NewPlanWizard =
class
interface IWizard
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.DataGenerator.NewPlanWizard
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.Schema.Project.DataGenerator Namespace