C# Class LitDev.LDSearch

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Méthode Description
GetImage ( Primitive search ) : Primitive

Do a Bing search for Web images.

GetNews ( Primitive search ) : Primitive

Do a Bing search for Web news.

GetProof ( Primitive text, Primitive mode ) : Primitive

Do a text spell check (proof). This is for longer text with more detailed information like in Word.

GetSpelling ( Primitive search ) : Primitive

Do a Bing search for Web spelling or alternative search suggestions.

GetVideo ( Primitive search ) : Primitive

Do a Bing search for Web videos.

GetWeb ( Primitive search ) : Primitive

Do a Bing search for Web sites.

Method Details

GetImage() public static méthode

Do a Bing search for Web images.
public static GetImage ( Primitive search ) : Primitive
search Primitive The search text.
Résultat Primitive

GetNews() public static méthode

Do a Bing search for Web news.
public static GetNews ( Primitive search ) : Primitive
search Primitive The search text.
Résultat Primitive

GetProof() public static méthode

Do a text spell check (proof). This is for longer text with more detailed information like in Word.
public static GetProof ( Primitive text, Primitive mode ) : Primitive
text Primitive The text to proof.
mode Primitive A mode "Proof" (default for longer text) or "Spell" (for short or single word checks).
Résultat Primitive

GetSpelling() public static méthode

Do a Bing search for Web spelling or alternative search suggestions.
public static GetSpelling ( Primitive search ) : Primitive
search Primitive The search text.
Résultat Primitive

GetVideo() public static méthode

Do a Bing search for Web videos.
public static GetVideo ( Primitive search ) : Primitive
search Primitive The search text.
Résultat Primitive

GetWeb() public static méthode

Do a Bing search for Web sites.
public static GetWeb ( Primitive search ) : Primitive
search Primitive The search text.
Résultat Primitive