ItemPropertyWizard.IWizard.ProjectItemFinishedGenerating Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Private Sub ProjectItemFinishedGenerating ( _
projectItem As ProjectItem _
) Implements IWizard.ProjectItemFinishedGenerating
void IWizard.ProjectItemFinishedGenerating(
ProjectItem projectItem
)
private:
virtual void ProjectItemFinishedGenerating(
ProjectItem^ projectItem
) sealed = IWizard::ProjectItemFinishedGenerating
private abstract ProjectItemFinishedGenerating :
projectItem:ProjectItem -> unit
private override ProjectItemFinishedGenerating :
projectItem:ProjectItem -> unit
JScript does not support explicit interface implementations.
Parameters
- projectItem
Type: EnvDTE.ProjectItem
Implements
IWizard.ProjectItemFinishedGenerating(ProjectItem)
.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.Package.Internal Namespace