FeaturesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class FeaturesExtensions
type FeaturesExtensions = class
Public Module FeaturesExtensions
Inheritance
Methods
AddEntityFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
AddIntentFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
AddPhraseListAsync(IFeatures, Guid, String, PhraselistCreateObject, CancellationToken)
DeletePhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
GetPhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
ListApplicationVersionPatternFeaturesAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
ListAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
ListPhraseListsAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
UpdatePhraseListAsync(IFeatures, Guid, String, Int32, PhraselistUpdateObject, CancellationToken)
Applies to