PickerFlyoutBase.GetTitle(DependencyObject) 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.
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
The title displayed on the picker control.