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 (String, PropertyChangeActionUnit[])

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal description As String, _
   ByVal propertyChanges() As PropertyChangeActionUnit _
)
[C#]
public CompoundPropertyChangeActionUnit(
   string description,
   PropertyChangeActionUnit[] propertyChanges
);
[C++]
public: CompoundPropertyChangeActionUnit(
   String* description,
   PropertyChangeActionUnit* propertyChanges[]
);
[JScript]
public function CompoundPropertyChangeActionUnit(
   description : String,
   propertyChanges : PropertyChangeActionUnit[]
);

Parameters

description
A description for the compound property change action unit.
propertyChanges
[To be supplied.]

See Also

CompoundPropertyChangeActionUnit Class | CompoundPropertyChangeActionUnit Members | System.ComponentModel.Design Namespace | CompoundPropertyChangeActionUnit Constructor Overload List | PropertyChangeActionUnit | IActionUnit | IUndoService