XmlSchemaObjectCollection::Item Property (Int32)

 

Gets the XmlSchemaObject at the specified index.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaObject^ default[
	int index
] {
	virtual XmlSchemaObject^ get(int index);
	virtual void set(int index, XmlSchemaObject^ value);
}

Parameters

index
Type: System::Int32

The index of the XmlSchemaObject.

Property Value

Type: System.Xml.Schema::XmlSchemaObject^

The XmlSchemaObject at the specified index.

.NET Framework
Available since 1.1
Return to top
Show: