Share via


DynamicAttributes Constructor

Creates an attribute handler for an XML 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 element As XElement

Dim instance As New DynamicAttributes(element)

Syntax

'Declaration
Public Sub New ( _
    element As XElement _
)
public DynamicAttributes (
    XElement element
)
public:
DynamicAttributes (
    XElement^ element
)
public DynamicAttributes (
    XElement element
)
public function DynamicAttributes (
    element : XElement
)

Parameters

  • element
    The XML node.

Platforms

Target Platforms

See Also

Reference

DynamicAttributes Class
DynamicAttributes Members
Microsoft.OneGet.Utility.Xml Namespace