Partager via


WorkflowTemplates.Item Property

Gets a WorkflowTemplate object from the WorkflowTemplates collection. Read-only.

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

Syntax

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

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

Parameters

  • Index
    Type: System.Int32

    The index number of the WorkflowTemplate object to be returned.

Property Value

Type: Microsoft.Office.Core.WorkflowTemplate
WorkflowTemplate

See Also

Reference

WorkflowTemplates Interface

WorkflowTemplates Members

Microsoft.Office.Core Namespace