MultiLingualString<T>.Remove method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function Remove ( _
lcid As Integer _
) As Boolean
'Uso
Dim instance As MultiLingualString
Dim lcid As Integer
Dim returnValue As Boolean
returnValue = instance.Remove(lcid)
public bool Remove(
int lcid
)
Parâmetros
- lcid
Type: System.Int32
Valor retornado
Type: System.Boolean