共用方式為


ExpectedProcessTraits 建構函式 (String, array<String[], array<String[])

建立所需的處理特性物件執行個體。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Sub New ( _
    fullName As String, _
    arguments As String(), _
    variables As String() _
)
public ExpectedProcessTraits(
    string fullName,
    string[] arguments,
    string[] variables
)
public:
ExpectedProcessTraits(
    String^ fullName, 
    array<String^>^ arguments, 
    array<String^>^ variables
)
new : 
        fullName:string * 
        arguments:string[] * 
        variables:string[] -> ExpectedProcessTraits
public function ExpectedProcessTraits(
    fullName : String, 
    arguments : String[], 
    variables : String[]
)

參數

.NET Framework 安全性

請參閱

參考

ExpectedProcessTraits 類別

ExpectedProcessTraits 多載

Microsoft.VisualStudio.IntelliTrace 命名空間