InheritanceService.GetInheritanceAttribute(IComponent) Método

Definição

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.

Aplica-se a

Confira também