Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current context for the Add New Item dialog box.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property CurrentContext As DatabaseProjectAddItemDialogContext
public DatabaseProjectAddItemDialogContext CurrentContext { get; set; }
public:
property DatabaseProjectAddItemDialogContext^ CurrentContext {
DatabaseProjectAddItemDialogContext^ get ();
void set (DatabaseProjectAddItemDialogContext^ value);
}
member CurrentContext : DatabaseProjectAddItemDialogContext with get, set
function get CurrentContext () : DatabaseProjectAddItemDialogContext
function set CurrentContext (value : DatabaseProjectAddItemDialogContext)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectAddItemDialogContext
.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
DatabaseProjectAddItemDialogHelper Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace