Compartir a través de


(Guid, String, String, String) del método LanguageResourcePhraseList.AddPhrase

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function AddPhrase ( _
    sourceId As Guid, _
    strPhrase As String, _
    strMapping As String, _
    strAuthor As String _
) As LanguageResourcePhrase
'Uso
Dim instance As LanguageResourcePhraseList
Dim sourceId As Guid
Dim strPhrase As String
Dim strMapping As String
Dim strAuthor As String
Dim returnValue As LanguageResourcePhrase

returnValue = instance.AddPhrase(sourceId, _
    strPhrase, strMapping, strAuthor)
public LanguageResourcePhrase AddPhrase(
    Guid sourceId,
    string strPhrase,
    string strMapping,
    string strAuthor
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.LanguageResourcePhrase

Vea también

Referencia

clase LanguageResourcePhraseList

Miembros LanguageResourcePhraseList

Sobrecarga AddPhrase

Espacio de nombres Microsoft.Office.Server.Search.Administration