Compartilhar via


QueryActionCollection<T>.Item property (Guid)

Obtém um objeto QueryAction por sua identificação.

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    id As Guid _
) As T
    Get
'Uso
Dim instance As QueryActionCollection
Dim id As Guid
Dim value As T

value = instance(id)
public T this[
    Guid id
] { get; }

Parâmetros

Property value

Type: T

Exceptions

Exception Condition
ArgumentException

Lançada quando o objeto QueryAction não existe na coleção

Ver também

Referência

QueryActionCollection<T> class

QueryActionCollection<T> members

Item overload

Microsoft.Office.Server.Search.Query.Rules namespace