HttpProductInfoHeaderValueCollection.TryParseAdd(String) Método

Definición

Intenta analizar y agregar el elemento especificado a httpProductInfoHeaderValueCollection.

public:
 virtual bool TryParseAdd(Platform::String ^ input) = TryParseAdd;
bool TryParseAdd(winrt::hstring const& input);
public bool TryParseAdd(string input);
function tryParseAdd(input)
Public Function TryParseAdd (input As String) As Boolean

Parámetros

input
String

Platform::String

winrt::hstring

Elemento que se va a analizar y agregar.

Devoluciones

Boolean

bool

true si el elemento se ha analizado correctamente y se ha agregado; en caso contrario , false.

Se aplica a