AddItemDialogHelper.CurrentContext Property

Gets or sets the current context for the add new item dialog box.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property CurrentContext As AddItemDialogContext
    Get
    Set
'Usage
Dim instance As AddItemDialogHelper
Dim value As AddItemDialogContext

value = instance.CurrentContext

instance.CurrentContext = value
public AddItemDialogContext CurrentContext { get; set; }
public:
property AddItemDialogContext^ CurrentContext {
    AddItemDialogContext^ get ();
    void set (AddItemDialogContext^ value);
}
function get CurrentContext () : AddItemDialogContext
function set CurrentContext (value : AddItemDialogContext)
member CurrentContext : AddItemDialogContext with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.AddItemDialogContext

.NET Framework Security

See Also

Reference

AddItemDialogHelper Class

AddItemDialogHelper Members

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