Share via


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

事前バインディングされた指定ローカル項目の型。

適用対象