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
'Usage
Dim instance As RequiresContextItemAttribute 
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 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

RequiresContextItemAttribute Members

Microsoft.Windows.Design Namespace

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility