DkmTaskProperties(String, String, String, String, String, Int32, Int32, Int32) Constructeur

Définition

Initialise une nouvelle valeur DkmTaskProperties.

public:
 DkmTaskProperties(System::String ^ Name, System::String ^ Location, System::String ^ Property1, System::String ^ Property2, System::String ^ Property3, int State, int Flags, int Fields);
public:
 DkmTaskProperties(Platform::String ^ Name, Platform::String ^ Location, Platform::String ^ Property1, Platform::String ^ Property2, Platform::String ^ Property3, int State, int Flags, int Fields);
 DkmTaskProperties(std::wstring const & Name, std::wstring const & Location, std::wstring const & Property1, std::wstring const & Property2, std::wstring const & Property3, int State, int Flags, int Fields);
public DkmTaskProperties (string Name, string Location, string Property1, string Property2, string Property3, int State, int Flags, int Fields);
new Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties : string * string * string * string * string * int * int * int -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties
Public Sub New (Name As String, Location As String, Property1 As String, Property2 As String, Property3 As String, State As Integer, Flags As Integer, Fields As Integer)

Paramètres

Name
String

[In, facultatif] Nom de la tâche.

Location
String

[In, facultatif] TODO.

Property1
String

[In, facultatif] TODO.

Property2
String

[In, facultatif] TODO.

Property3
String

[In, facultatif] TODO.

State
Int32

Dans TODO.

Flags
Int32

Dans TODO.

Fields
Int32

Dans TODO.

S’applique à