.NET Framework Class Library

CompositeDocItem.Item Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > CompositeDocItem Class > CompositeDocItem Properties >

.NET Framework Class Library

CompositeDocItem.Item Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Default Property Item ( _
 index As Integer _
As DocItem
 Get

C#

public DocItem this[
 int index
] { get; }

Visual C++

public:
property DocItemdefault[int index] {
 DocItemget (int index);
}

Parameters

index

Type: System.Int32

See Also

CompositeDocItem Class

CompositeDocItem Members

Gnostice.Core.DOM Namespace