NewSchemaCompareWizard.BeforeOpeningFile Method
Runs custom wizard logic before opening an item in the template.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub BeforeOpeningFile ( _
projectItem As ProjectItem _
)
'Usage
Dim instance As NewSchemaCompareWizard
Dim projectItem As ProjectItem
instance.BeforeOpeningFile(projectItem)
public void BeforeOpeningFile(
ProjectItem projectItem
)
public:
virtual void BeforeOpeningFile(
ProjectItem^ projectItem
) sealed
public final function BeforeOpeningFile(
projectItem : ProjectItem
)
abstract BeforeOpeningFile :
projectItem:ProjectItem -> unit
override BeforeOpeningFile :
projectItem:ProjectItem -> unit
Parameters
- projectItem
Type: EnvDTE.ProjectItem
The project item that will be opened
Implements
IWizard.BeforeOpeningFile(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
NewSchemaCompareWizard Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace