Share via


DocumentErrorCollection.Item(Int32) property [SDM] 

 
SDM Reference

DocumentErrorCollection.Item(Int32)

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[
  Int32 index ] {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

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.