Freigeben über


PropertyTests.Item Property

Returns a PropertyTest object from the PropertyTests collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As PropertyTest
    Get
'Usage
Dim instance As PropertyTests
Dim Index As Integer
Dim value As PropertyTest

value = instance(Index)
PropertyTest this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Optional Integer. The index number of the property test to be returned.

Property Value

Type: Microsoft.Office.Core.PropertyTest

See Also

Reference

PropertyTests Interface

PropertyTests Members

Microsoft.Office.Core Namespace