ToolboxItemFilterAttribute.TypeId Propiedad

Definición

Obtiene el identificador del tipo del atributo.

public:
 virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object

Valor de propiedad

Identificador del tipo de este atributo. Todos los objetos ToolboxItemFilterAttribute con la misma cadena de filtro devuelven el mismo identificador del tipo.

Se aplica a