InheritanceService.GetInheritanceAttribute(IComponent) Método
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 atributo de herança do componente especificado.
public:
virtual System::ComponentModel::InheritanceAttribute ^ GetInheritanceAttribute(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute (System.ComponentModel.IComponent component);
abstract member GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
override this.GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
Public Function GetInheritanceAttribute (component As IComponent) As InheritanceAttribute
Parâmetros
- component
- IComponent
O componente para o qual recuperar o atributo de herança.
Retornos
Um InheritanceAttribute que descreve o nível de herança do qual esse componente é proveniente.
Implementações
Comentários
Se o componente não for herdado, esse método retornará o valor NotInherited. Caso contrário, ele retornará o atributo de herança para esse componente.