RefreshVisualizer.InfoProviderProperty Property

Definition

Identifies the InfoProvider dependency property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 static property DependencyProperty ^ InfoProviderProperty { DependencyProperty ^ get(); };
static DependencyProperty InfoProviderProperty();
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyType(value="winrt::IInspectable")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyType(value="winrt::IInspectable")]
static DependencyProperty InfoProviderProperty();
public static DependencyProperty InfoProviderProperty { get; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyType(value="winrt::IInspectable")]
public static DependencyProperty InfoProviderProperty { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyType(value="winrt::IInspectable")] get; }
Public Shared ReadOnly Property InfoProviderProperty As DependencyProperty

Property Value

The identifier for the InfoProvider dependency property.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyTypeAttribute

Applies to