QueryThrottlingTierExtensions.ToLocalizedString method
Localiza o valor do dado tier no dado cultureInfo.
Namespace: Microsoft.Office.Server.Search.Query.Throttling
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<ExtensionAttribute> _
Public Shared Function ToLocalizedString ( _
tier As QueryThrottlingTier, _
cultureInfo As CultureInfo _
) As String
'Uso
Dim tier As QueryThrottlingTier
Dim cultureInfo As CultureInfo
Dim returnValue As String
returnValue = tier.ToLocalizedString(cultureInfo)
public static string ToLocalizedString(
this QueryThrottlingTier tier,
CultureInfo cultureInfo
)
Parâmetros
tier
Type: Microsoft.Office.Server.Search.Query.Throttling.QueryThrottlingTierQueryThrottlingTier que precisa ser localizado.
cultureInfo
Type: System.Globalization.CultureInfo[!:CultureInfo] para que o tier precisa ser localizado.
Valor retornado
Type: System.String
Retorna a string localizada para tier.
Usage note
In Visual Basic and C#, you can call this method as an instance method on any object of type QueryThrottlingTier. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/pt-br/library/bb384936(v=office.15) or https://msdn.microsoft.com/pt-br/library/bb383977(v=office.15).
Ver também
Referência
QueryThrottlingTierExtensions class