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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Policies Namespace