PickerFlyoutBase.GetTitle(DependencyObject) Method

Definition

Gets the title displayed on the picker control.

public:
 static Platform::String ^ GetTitle(DependencyObject ^ element);
 static winrt::hstring GetTitle(DependencyObject const& element);
public static string GetTitle(DependencyObject element);
function getTitle(element)
Public Shared Function GetTitle (element As DependencyObject) As String

Parameters

element
DependencyObject

The dependency object for which to get the title.

Returns

String

Platform::String

winrt::hstring

The title displayed on the picker control.

Applies to