Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This member overrides Attribute.TypeId, and more complete documentation might be available in that topic.
Gets a unique identifier for this attribute.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TypeId As Object
'Usage
Dim instance As FeatureAttribute
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.
.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.Features Namespace