LanguageResourcePhraseList.AddPhrase method (Guid, String, String, String)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
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
- sourceId
Type: System.Guid
- strPhrase
Type: System.String
- strMapping
Type: System.String
- strAuthor
Type: System.String
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhrase
Ver também
Referência
LanguageResourcePhraseList class