Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft