RelatedDocDataCollection::Item Property (Int32)

 

Gets the document data object at the specified index.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

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

Parameters

index
Type: System::Int32

Index offset of this collection.

Property Value

Type: Microsoft.VisualStudio.Shell.Design.Serialization::DocData^

The document data object at the specified index.

Return to top
Show: