Dela 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.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property ItemPolicyType As Type
'Usage
Dim instance As UsesItemPolicyAttribute 
Dim value As Type 

value = instance.ItemPolicyType
public Type ItemPolicyType { get; }
public:
property Type^ ItemPolicyType {
    Type^ get ();
}
public 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

UsesItemPolicyAttribute Members

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility