Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal values As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal type As WebSchedulerObjectType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim values As System.Collections.Generic.Dictionary(Of String,Object) Dim type As WebSchedulerObjectType Dim instance As New WebSchedulerDataArgs(values, type) |
C# | |
---|---|
public WebSchedulerDataArgs( System.Collections.Generic.Dictionary<string,object> values, WebSchedulerObjectType type ) |
Delphi | |
---|---|
public WebSchedulerDataArgs( values: System.Collections.Generic.Dictionary; type: WebSchedulerObjectType ); |
JScript | |
---|---|
public function WebSchedulerDataArgs( values : System.Collections.Generic.Dictionary, type : WebSchedulerObjectType ); |
Managed Extensions for C++ | |
---|---|
public: WebSchedulerDataArgs( System.Collections.Generic.Dictionary<string*,Object*>* values, WebSchedulerObjectType type ) |
C++/CLI | |
---|---|
public: WebSchedulerDataArgs( System.Collections.Generic.Dictionary<String^,Object^>^ values, WebSchedulerObjectType type ) |
Parameters
- values
- type
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2