AnimatedIcon.GetState(DependencyObject) Method
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.
Retrieves the value of the AnimatedIcon.State attached property for the specified DependencyObject.
public:
static Platform::String ^ GetState(DependencyObject ^ object);
static winrt::hstring GetState(DependencyObject const& object);
C#
public static string GetState(DependencyObject object);
function getState(object)
Public Shared Function GetState (object As DependencyObject) As String
- object
- DependencyObject
The object from which the property value is retrieved.
The current value of the AnimatedIcon.State attached property on the specified dependency object.
You will typically not need to use GetState
and SetState, you will just set the AnimatedIcon.State attached property.
Proizvod | Verzije |
---|---|
Windows App SDK | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |