Item Property of the DocumentErrorCollection Object

Gets a single DocumentError in a collection of document errors. The particular element in the collection is specified by the value of index.

public DocumentError this[Int32index] {get;}
Public ReadOnly Property Item( _
  ByVal index As Int32 _
) As DocumentError

Parameters

  • index
    Zero-based array index.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools
DocumentErrorCollection

Send comments about this topic to Microsoft

Build date: 9/5/2007