InstanceDescriptor::IsComplete Property

 

Gets a value indicating whether the contents of this InstanceDescriptor completely identify the instance.

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

public:
property bool IsComplete {
	bool get();
}

Property Value

Type: System::Boolean

true if the instance is completely described; otherwise, false.

Typically, an InstanceDescriptor completely describes a particular instance. However, some objects are too complex for a single method or constructor to represent. IsComplete indicates whether an InstanceDescriptor is incomplete, so a user can identify these objects and perform additional processing, if necessary, to further describe their state.

.NET Framework
Available since 1.1
Return to top
Show: