NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompoundPropertyChangeActionUnit Constructor

Initializes a new instance of the CompoundPropertyChangeActionUnit class.

Overload List

Initializes a new instance of the CompoundPropertyChangeActionUnit class using the specified description.

[Visual Basic] Overloads Public Sub New(String)
[C#] public CompoundPropertyChangeActionUnit(String);
[C++] public: CompoundPropertyChangeActionUnit(String*);
[JScript] public function CompoundPropertyChangeActionUnit(String);

Initializes a new instance of the CompoundPropertyChangeActionUnit class with the specified property changes and description.

[Visual Basic] Overloads Public Sub New(String, PropertyChangeActionUnit())
[C#] public CompoundPropertyChangeActionUnit(String, PropertyChangeActionUnit[]);
[C++] public: CompoundPropertyChangeActionUnit(String*, PropertyChangeActionUnit[]);
[JScript] public function CompoundPropertyChangeActionUnit(String, PropertyChangeActionUnit[]);

See Also

CompoundPropertyChangeActionUnit Class | CompoundPropertyChangeActionUnit Members | System.ComponentModel.Design Namespace