Condividi tramite


Grammar.LoadLocalizedGrammarFromType(Type, Object[]) Metodo

Definizione

Il metodo LoadLocalizedGrammarFromType restituisce un'istanza localizzata di un oggetto Grammar derivato da Type.

public:
 static System::Speech::Recognition::Grammar ^ LoadLocalizedGrammarFromType(Type ^ type, ... cli::array <System::Object ^> ^ onInitParameters);
public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType (Type type, params object[] onInitParameters);
static member LoadLocalizedGrammarFromType : Type * obj[] -> System.Speech.Recognition.Grammar
Public Shared Function LoadLocalizedGrammarFromType (type As Type, ParamArray onInitParameters As Object()) As Grammar

Parametri

type
Type

In un assembly, il Type di un oggetto in base a Grammar.

onInitParameters
Object[]

Parametri da trasferire a un metodo di inizializzazione dell'oggetto localizzato in base all'oggetto Grammar. Questo parametro può essere null.

Restituisce

Grammar

Il metodo di LoadLocalizedGrammarFromType restituisce un oggetto valido in base a Grammar, o null se vi è stato un errore.

Commenti

Le grammatica localizzate ottenute con LoadLocalizedGrammarFromType sono in genere fortemente tipizzati (vedere IsStg per altre informazioni sulle grammatica fortemente tipizzata). Se onInitParameters è un riferimento Null (Nothing in Visual Basic) la grammatica localizzata non deve avere alcun metodo di inizializzazione o un metodo che non accetta argomenti.

Si applica a