GetDynamicMemberNames Method

DynamicMetaObject.GetDynamicMemberNames Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the enumeration of all dynamic member names.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Overridable Function GetDynamicMemberNames As IEnumerable(Of String)

Return Value

Type: System.Collections.Generic.IEnumerable(Of String)
The list of dynamic member names.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft