Dela via


UsesItemPolicyAttribute.TypeId Property

This member overrides Attribute.TypeId, and more complete documentation might be available in that topic.

Gets the type ID for this attribute.

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

Syntax

'Declaration
Public Overrides ReadOnly Property TypeId As Object
'Usage
Dim instance As UsesItemPolicyAttribute 
Dim value As Object 

value = instance.TypeId
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
public override function get TypeId () : Object

Property Value

Type: System.Object

An Object that is a unique identifier for the attribute.

Remarks

Attributes with the same type ID "collapse" in the attribute list. Two instances of UsesItemPolicyAttribute are considered identical if they reference the same policy type.

.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