DynamicAttributes Class

A convenience wrapper class for attributes in an XElement node. This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Xml
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As DynamicAttributes

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class DynamicAttributes
    Inherits DynamicObject
    Implements IEnumerable(Of XAttribute), IEnumerable
[DefaultMemberAttribute("Item")] 
public class DynamicAttributes : DynamicObject, IEnumerable<XAttribute>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class DynamicAttributes : public DynamicObject, IEnumerable<XAttribute^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public class DynamicAttributes extends DynamicObject implements IEnumerable<XAttribute>, 
    IEnumerable
DefaultMemberAttribute("Item") 
public class DynamicAttributes extends DynamicObject implements IEnumerable<XAttribute>, 
    IEnumerable

Inheritance Hierarchy

System.Object
   System.Dynamic.DynamicObject
    Microsoft.OneGet.Utility.Xml.DynamicAttributes

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

See Also

Reference

DynamicAttributes Members
Microsoft.OneGet.Utility.Xml Namespace