Partager via


Sources.Item Property

An expression that returns a Source object

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

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

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

Parameters

Property Value

Type: Microsoft.Office.Interop.Word.Source
Source

See Also

Reference

Sources Interface

Sources Members

Microsoft.Office.Interop.Word Namespace