AddItemDialogHelper Class
Used to capture the state of the add new item dialog box, which is how features can preserve information when the add new item dialog box is invoked.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class AddItemDialogHelper
'Usage
Dim instance As AddItemDialogHelper
[CLSCompliantAttribute(false)]
public sealed class AddItemDialogHelper
[CLSCompliantAttribute(false)]
public ref class AddItemDialogHelper sealed
public final class AddItemDialogHelper
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type AddItemDialogHelper = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.AddItemDialogHelper
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.Project Namespace