LanguageResourcePhraseList.AddPhrase - Méthode (Guid, String, String)
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function AddPhrase ( _
sourceId As Guid, _
strPhrase As String, _
strMapping As String _
) As LanguageResourcePhrase
'Utilisation
Dim instance As LanguageResourcePhraseList
Dim sourceId As Guid
Dim strPhrase As String
Dim strMapping As String
Dim returnValue As LanguageResourcePhrase
returnValue = instance.AddPhrase(sourceId, _
strPhrase, strMapping)
public LanguageResourcePhrase AddPhrase(
Guid sourceId,
string strPhrase,
string strMapping
)
Paramètres
- sourceId
Type : System.Guid
- strPhrase
Type : System.String
- strMapping
Type : System.String
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.LanguageResourcePhrase
Voir aussi
Référence
LanguageResourcePhraseList classe
LanguageResourcePhraseList - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms