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
- index
Zero-based array index.
Namespace | Defined in Microsoft.SystemDefinitionModel.Tools. |
Assembly | Requires SdmCompile (in SdmCompile.dll). |
.NET Framework | Requires .NET Framework 2.0. |
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. |