Compartilhar via


LanguageResourcePhraseList.TryGetPhrase method

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

Syntax

'Declaração
Public Function TryGetPhrase ( _
    phraseKey As PhraseKey, _
    <OutAttribute> ByRef phrase As LanguageResourcePhrase _
) As Boolean
'Uso
Dim instance As LanguageResourcePhraseList
Dim phraseKey As PhraseKey
Dim phrase As LanguageResourcePhrase
Dim returnValue As Boolean

returnValue = instance.TryGetPhrase(phraseKey, _
    phrase)
public bool TryGetPhrase(
    PhraseKey phraseKey,
    out LanguageResourcePhrase phrase
)

Parâmetros

Valor retornado

Type: System.Boolean

Ver também

Referência

LanguageResourcePhraseList class

LanguageResourcePhraseList members

Microsoft.Office.Server.Search.Administration namespace