InstanceDescriptor::Arguments Property

 

Gets the collection of arguments that can be used to reconstruct an instance of the object that this instance descriptor represents.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
property ICollection^ Arguments {
	ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

An ICollection of arguments that can be used to create the object.

.NET Framework
Available since 1.1
Return to top
Show: