ISkill.CreateSkillBindingAsync Method
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.
Creates an ISkillBinding for binding an ISkillFeature for evaluation.
public:
Windows::Foundation::IAsyncOperation<Microsoft::AI::Skills::SkillInterfacePreview::ISkillBinding ^> ^ CreateSkillBindingAsync();
public Windows.Foundation.IAsyncOperation<Microsoft.AI.Skills.SkillInterfacePreview.ISkillBinding> CreateSkillBindingAsync ();
abstract member CreateSkillBindingAsync : unit -> Windows.Foundation.IAsyncOperation<Microsoft.AI.Skills.SkillInterfacePreview.ISkillBinding>
Public Function CreateSkillBindingAsync () As IAsyncOperation(Of ISkillBinding)
Returns
- Windows.Foundation.IAsyncOperation<ISkillBinding>
The ISkillBinding created.