IDatabaseProjectAddNewItemParticipant.PopulateAddItemDialogContext Method
Called to populate the current context.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub PopulateAddItemDialogContext ( _
context As DatabaseProjectAddItemDialogContext, _
vsTemplateFullPath As String, _
itemName As String _
)
void PopulateAddItemDialogContext(
DatabaseProjectAddItemDialogContext context,
string vsTemplateFullPath,
string itemName
)
void PopulateAddItemDialogContext(
DatabaseProjectAddItemDialogContext^ context,
String^ vsTemplateFullPath,
String^ itemName
)
abstract PopulateAddItemDialogContext :
context:DatabaseProjectAddItemDialogContext *
vsTemplateFullPath:string *
itemName:string -> unit
function PopulateAddItemDialogContext(
context : DatabaseProjectAddItemDialogContext,
vsTemplateFullPath : String,
itemName : String
)
Parameters
- context
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectAddItemDialogContext
The current context for the Add Item dialog box.
- vsTemplateFullPath
Type: System.String
The full path of the .vstemplate file.
- itemName
Type: System.String
The name for the item.
Remarks
Use this method to populate the creation strings, which will be used by the database project wizard.
.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
IDatabaseProjectAddNewItemParticipant Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace