ProvideToolboxItemDiscoveryAttribute.ItemCreatorType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o tipo da IToolboxItemCreator implementação.
public:
property Type ^ ItemCreatorType { Type ^ get(); };
public:
property Platform::Type ^ ItemCreatorType { Platform::Type ^ get(); };
public Type ItemCreatorType { get; }
member this.ItemCreatorType : Type
Public ReadOnly Property ItemCreatorType As Type