次の方法で共有


PropertyBag コンストラクター

定義

オーバーロード

PropertyBag()
PropertyBag(ArrayList)

PropertyBag()

public:
 PropertyBag();
public PropertyBag ();
Public Sub New ()

適用対象

PropertyBag(ArrayList)

public:
 PropertyBag(System::Collections::ArrayList ^ properties);
public PropertyBag (System.Collections.ArrayList properties);
new Microsoft.BizTalk.PipelineOM.PropertyBag : System.Collections.ArrayList -> Microsoft.BizTalk.PipelineOM.PropertyBag
Public Sub New (properties As ArrayList)

パラメーター

properties
ArrayList

適用対象