PickerFlyoutBase.SetTitle(DependencyObject, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le titre affiché sur un contrôle sélecteur.
public:
static void SetTitle(DependencyObject ^ element, Platform::String ^ value);
static void SetTitle(DependencyObject const& element, winrt::hstring const& value);
public static void SetTitle(DependencyObject element, string value);
function setTitle(element, value)
Public Shared Sub SetTitle (element As DependencyObject, value As String)
Paramètres
- element
- DependencyObject
Objet de dépendance pour lequel définir le titre.
- value
-
String
Platform::String
winrt::hstring
Titre que vous souhaitez afficher.