RefreshVisualizer.InfoProviderProperty Property

Definition

Identifies the InfoProvider dependency property.

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

Property Value

The identifier for the InfoProvider dependency property.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyTypeAttribute

Applies to