ItemPropertyWizard.IWizard.RunStarted 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 RunStarted ( _
automationObject As Object, _
replacementsDictionary As Dictionary(Of String, String), _
runKind As WizardRunKind, _
customParams As Object() _
) Implements IWizard.RunStarted
void IWizard.RunStarted(
Object automationObject,
Dictionary<string, string> replacementsDictionary,
WizardRunKind runKind,
Object[] customParams
)
private:
virtual void RunStarted(
Object^ automationObject,
Dictionary<String^, String^>^ replacementsDictionary,
WizardRunKind runKind,
array<Object^>^ customParams
) sealed = IWizard::RunStarted
private abstract RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
private override RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
JScript does not support explicit interface implementations.
Parameters
- automationObject
Type: System.Object
- replacementsDictionary
Type: System.Collections.Generic.Dictionary<String, String>
- runKind
Type: Microsoft.VisualStudio.TemplateWizard.WizardRunKind
- customParams
Type: array<System.Object[]
Implements
IWizard.RunStarted(Object, Dictionary<String, String>, WizardRunKind, array<Object[])
.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