Share via


RequiresContextItemAttribute.TypeId Property

Gets the type ID of this attribute.

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

Syntax

'Declaration
Public Overrides ReadOnly Property TypeId As Object
    Get
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
abstract TypeId : Object
override TypeId : Object
override function get TypeId () : Object

Property Value

Type: System.Object
An object that indicates the type ID of this attribute.

Remarks

The type IDs must be unique for each service type.

.NET Framework Security

See Also

Reference

RequiresContextItemAttribute Class

Microsoft.Windows.Design Namespace

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility