DynamicKeyword.AddKeyword(DynamicKeyword) 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.
public:
static void AddKeyword(System::Management::Automation::Language::DynamicKeyword ^ keywordToAdd);
public static void AddKeyword (System.Management.Automation.Language.DynamicKeyword keywordToAdd);
static member AddKeyword : System.Management.Automation.Language.DynamicKeyword -> unit
Public Shared Sub AddKeyword (keywordToAdd As DynamicKeyword)
Parameters
- keywordToAdd
- DynamicKeyword