QueryTransformProperties.GetEnumerator method
This member overrides PropertyBag<T>.GetEnumerator().
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Overrides Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
'Uso
Dim instance As QueryTransformProperties
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, Object))
returnValue = instance.GetEnumerator()
public override IEnumerator<KeyValuePair<string, Object>> GetEnumerator()
Valor retornado
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
Ver também
Referência
QueryTransformProperties class