共用方式為


LocalsItemDescription(String, Type) 建構函式

定義

使用定義的本機項目名稱和型別建立 LocalsItemDescription 類別的新執行個體。

public:
 LocalsItemDescription(System::String ^ name, Type ^ type);
public LocalsItemDescription (string name, Type type);
new System.Activities.Debugger.LocalsItemDescription : string * Type -> System.Activities.Debugger.LocalsItemDescription
Public Sub New (name As String, type As Type)

參數

name
String

指定的早期繫結本機項目名稱。

type
Type

指定的早期繫結本機項目型別。

適用於