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.
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
Public Sub RunStarted ( _
automationObject As Object, _
replacementsDictionary As Dictionary(Of String, String), _
runKind As WizardRunKind, _
customParams As Object() _
)
public void RunStarted(
Object automationObject,
Dictionary<string, string> replacementsDictionary,
WizardRunKind runKind,
Object[] customParams
)
public:
virtual void RunStarted(
Object^ automationObject,
Dictionary<String^, String^>^ replacementsDictionary,
WizardRunKind runKind,
array<Object^>^ customParams
) sealed
abstract RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
override RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
public final function RunStarted(
automationObject : Object,
replacementsDictionary : Dictionary<String, String>,
runKind : WizardRunKind,
customParams : Object[]
)
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