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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace