Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.Interaction (in Microsoft.Windows.Design.Interaction.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 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
- 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.Policies Namespace