Share via


RequiresServiceAttribute.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 RequiresServiceAttribute 
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 ID must be unique for each service type.

.NET Framework Security

See Also

Reference

RequiresServiceAttribute Class

RequiresServiceAttribute Members

Microsoft.Windows.Design Namespace

RequiresContextItemAttribute

UsesItemPolicyAttribute

PrimarySelectionPolicy

FeatureProvider

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility