DynamicKeyword.GetKeyword Method

Definition

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

Returns

Applies to