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
- id
Type: System.Guid
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