NewItemTypesAttribute.TypeId Property
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.PropertyEditing
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 representing the type ID.
Remarks
Returns an equality array unique to this attribute type and the contained factory type. The order in which the type attributes are passed into the constructor of this class (if there are more than one) is important and is used in determining the equality of two NewItemTypesAttribute instances.
.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.PropertyEditing Namespace