AnimatedIcon.GetState(DependencyObject) 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.
Récupère la valeur de la propriété jointe AnimatedIcon.State pour l’objet DependencyObject spécifié.
public:
static Platform::String ^ GetState(DependencyObject ^ object);
static winrt::hstring GetState(DependencyObject const& object);
public static string GetState(DependencyObject object);
function getState(object)
Public Shared Function GetState (object As DependencyObject) As String
Paramètres
- object
- DependencyObject
Objet à partir duquel la valeur de propriété est récupérée.
Retours
Valeur actuelle de la propriété jointe AnimatedIcon.State sur l’objet de dépendance spécifié.
Remarques
Vous n’aurez généralement pas besoin d’utiliser GetState
et SetState, vous allez simplement définir la propriété jointe AnimatedIcon.State .