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!

PropertyValue.GetNewObjectArgs

[To be supplied.]

[Visual Basic]
Public Function GetNewObjectArgs() As PropertyValue ()
[C#]
public PropertyValue[] GetNewObjectArgs();
[C++]
public: PropertyValue* GetNewObjectArgs() [];
[JScript]
public function GetNewObjectArgs() : PropertyValue[];

Return Value

the arguments to pass to the object's constructor

See Also

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