Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 639 Bytes

ixamltype_getmember_362960841.md

File metadata and controls

26 lines (18 loc) · 639 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Markup.IXamlType.GetMember(System.String)
winrt method

Microsoft.UI.Xaml.Markup.IXamlType.GetMember

-description

Returns the IXamlMember information for a specific named member from this IXamlType.

-parameters

-param name

The name of the member to get (as a string).

-returns

The IXamlMember information for the member, if a member as specified by name was found; otherwise, null.

-remarks

-examples

-see-also