다음을 통해 공유


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

적용 대상