Sdílet prostřednictvím


CustomUriLiteralParsers.RemoveCustomUriLiteralParser Metoda

Definice

Odeberte danou vlastní mezipaměť formuláře IUriLiteralParser. Odebere se z běžných analyzátorů i analyzátorů zaregistrovaných u EdmType.

public static bool RemoveCustomUriLiteralParser (Microsoft.OData.UriParser.IUriLiteralParser customUriLiteralParser);
static member RemoveCustomUriLiteralParser : Microsoft.OData.UriParser.IUriLiteralParser -> bool
Public Shared Function RemoveCustomUriLiteralParser (customUriLiteralParser As IUriLiteralParser) As Boolean

Parametry

customUriLiteralParser
IUriLiteralParser

Analyzátor vlastního typu identifikátoru URI, který se má odebrat

Návraty

Nepravda, pokud daný analyzátor, který se má odebrat, neexistuje. Hodnota True, pokud analyzátor úspěšně odebral

Výjimky

Analyzátor literálů URI má hodnotu null.

Platí pro