IXamlType.GetMember(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the IXamlMember information for a specific named member from this IXamlType.
public:
IXamlMember ^ GetMember(Platform::String ^ name);
IXamlMember GetMember(winrt::hstring const& name);
public IXamlMember GetMember(string name);
function getMember(name)
Public Function GetMember (name As String) As IXamlMember
Parameters
- name
-
String
Platform::String
winrt::hstring
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.