Share via


UsesItemPolicyAttribute.ItemPolicyType Property

Gets the type of policy the feature provider can be associated with.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property ItemPolicyType As Type
    Get
public Type ItemPolicyType { get; }
public:
property Type^ ItemPolicyType {
    Type^ get ();
}
member ItemPolicyType : Type
function get ItemPolicyType () : Type

Property Value

Type: System.Type
A Type that represents the policy associated with the feature provider.

.NET Framework Security

See Also

Reference

UsesItemPolicyAttribute Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility