MatchesReturnObject.ApplyMatches método
This member is reserved for internal use and is not intended to be used directly from your code. Constrói uma instância de um objeto MatchesReturnObject .
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (em Microsoft.SharePoint.Taxonomy.dll)
Sintaxe
'Declaração
Public Sub ApplyMatches ( _
value As List(Of MatchReturnObject) _
)
'Uso
Dim instance As MatchesReturnObject
Dim value As List(Of MatchReturnObject)
instance.ApplyMatches(value)
public void ApplyMatches(
List<MatchReturnObject> value
)
Parâmetros
value
Tipo: System.Collections.Generic.List<MatchReturnObject>Reservado para uso interno.