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.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.Collections.Generic.IEnumerable(Of String)The list of dynamic member names.
Show: