CommandAst.DefinedKeywords Property
Namespace: System.Management.Automation.Language
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Usage
'Usage
Dim instance As CommandAst
Dim value As List(Of DynamicKeyword)
value = instance.DefinedKeywords
instance.DefinedKeywords = value
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property DefinedKeywords As List(Of DynamicKeyword)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public List<DynamicKeyword> DefinedKeywords { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property List<DynamicKeyword^>^ DefinedKeywords {
List<DynamicKeyword^>^ get ();
void set (List<DynamicKeyword^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public List<DynamicKeyword> get_DefinedKeywords ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_DefinedKeywords (List<DynamicKeyword> value)
CompilerGeneratedAttribute
public function get DefinedKeywords () : List<DynamicKeyword>
CompilerGeneratedAttribute
public function set DefinedKeywords (value : List<DynamicKeyword>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows Developer Preview, Windows Server Developer Preview
See Also
Reference
CommandAst Class
CommandAst Members
System.Management.Automation.Language Namespace