SkillInformation.Create(String, String, Guid, PackageVersion, String, String) 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.
Instantiates a SkillInformation.
public:
static Microsoft::AI::Skills::SkillInterfacePreview::SkillInformation ^ Create(System::String ^ name, System::String ^ description, Guid id, Windows::ApplicationModel::PackageVersion version, System::String ^ author, System::String ^ publisher);
public static Microsoft.AI.Skills.SkillInterfacePreview.SkillInformation Create (string name, string description, Guid id, Windows.ApplicationModel.PackageVersion version, string author, string publisher);
static member Create : string * string * Guid * Windows.ApplicationModel.PackageVersion * string * string -> Microsoft.AI.Skills.SkillInterfacePreview.SkillInformation
Public Shared Function Create (name As String, description As String, id As Guid, version As PackageVersion, author As String, publisher As String) As SkillInformation
Parameters
- name
- String
- description
- String
- id
- Guid
- version
- Windows.ApplicationModel.PackageVersion
- author
- String
- publisher
- String
Returns
The SkillInformation instantiated.