CanAddNonAttributed
Indica que o projeto ATL oferece suporte a objetos nonattributed.
function CanAddNonAttributed( );
Valor de retorno
True se o projeto oferece suporte a objetos ATL nonattributed e atribuído em grande parte; False se o projeto aceitar somente atribuída a projetos.
Comentários
Chame essa função para indicar se o projeto oferece suporte a objetos nonattributed e atribuído em grande parte.
Exemplo
// Check if attributed project using CanAddNonAttributed
window.external.Load(document);
if (IsAttributedProject(window.external))
{
ATTRIBUTED.checked = true;
if (!CanAddNonAttributed())
ATTRIBUTED.disabled = true;
}
Consulte também
Tarefas
Criando um assistente personalizado
Referência
Conceitos
Personalizando os assistentes do C++ com funções comuns de JScript