AutomationProperties.SetFullDescription(DependencyObject, String) Méthode

Définition

Définit une chaîne localisée qui décrit l’apparence visuelle ou le contenu du DependencyObject spécifié.

public:
 static void SetFullDescription(DependencyObject ^ element, Platform::String ^ value);
 static void SetFullDescription(DependencyObject const& element, winrt::hstring const& value);
public static void SetFullDescription(DependencyObject element, string value);
function setFullDescription(element, value)
Public Shared Sub SetFullDescription (element As DependencyObject, value As String)

Paramètres

element
DependencyObject

Objet pour lequel définir la description complète.

value
String

Platform::String

winrt::hstring

Description complète localisée de l’objet spécifié dans le paramètre d’élément .

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à

Voir aussi