INVocabulary.SetVocabularyStrings Method

Definition

Registers a set of strings as a vocabulary for performing actions of the specified type, ordered by importance.

[Foundation.Advice("This API is not allowed in extensions.")]
[Foundation.Export("setVocabularyStrings:ofType:")]
public virtual void SetVocabularyStrings (Foundation.NSOrderedSet<Foundation.NSString> vocabulary, Intents.INVocabularyStringType type);
abstract member SetVocabularyStrings : Foundation.NSOrderedSet<Foundation.NSString> * Intents.INVocabularyStringType -> unit
override this.SetVocabularyStrings : Foundation.NSOrderedSet<Foundation.NSString> * Intents.INVocabularyStringType -> unit

Parameters

vocabulary
NSOrderedSet<NSString>
Attributes

Applies to