Share via


RelatedDocDataCollection.Item Property

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)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As DocData
public DocData this[
    int index
] { get; set; }
public:
property DocData^ default[int index] {
    DocData^ get (int index);
    void set (int index, DocData^ value);
}
member Item : 
        index:int -> DocData with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.VisualStudio.Shell.Design.Serialization.DocData
The document data object at the specified index.

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace