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ídos; False se o projeto oferece suporte somente atribuído projetos.
Comentários
telefonar Esta função para indicar se o projeto oferece suporte a objetos nonattributed e atribuídos.
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
Conceitos
Personalizando assistentes C++ com funções comuns do JScript