DynamicKeyword.GetKeyword 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.
Overloads
GetKeyword() |
Returns a copied list of all of the existing dynamic keyword definitions. |
GetKeyword(String) |
GetKeyword()
Returns a copied list of all of the existing dynamic keyword definitions.
public:
static System::Collections::Generic::List<System::Management::Automation::Language::DynamicKeyword ^> ^ GetKeyword();
public static System.Collections.Generic.List<System.Management.Automation.Language.DynamicKeyword> GetKeyword ();
static member GetKeyword : unit -> System.Collections.Generic.List<System.Management.Automation.Language.DynamicKeyword>
Public Shared Function GetKeyword () As List(Of DynamicKeyword)
Returns
Applies to
GetKeyword(String)
public:
static System::Management::Automation::Language::DynamicKeyword ^ GetKeyword(System::String ^ name);
public static System.Management.Automation.Language.DynamicKeyword GetKeyword (string name);
static member GetKeyword : string -> System.Management.Automation.Language.DynamicKeyword
Public Shared Function GetKeyword (name As String) As DynamicKeyword
Parameters
- name
- String