_Type.IsNestedFamily Propriedade
Definição
Fornece acesso independente da versão para objetos COM à propriedade IsNestedFamily.Provides COM objects with version-independent access to the IsNestedFamily property.
public:
property bool IsNestedFamily { bool get(); };
public bool IsNestedFamily { get; }
member this.IsNestedFamily : bool
Public ReadOnly Property IsNestedFamily As Boolean
Valor da propriedade
true Se o Type estiver aninhado e visível somente dentro de sua própria família; caso contrário, false .true if the Type is nested and visible only within its own family; otherwise, false.
Comentários
Essa propriedade é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamada a partir de código gerenciado.This property is for access to managed classes from unmanaged code, and should not be called from managed code.
A Type.IsNestedFamily propriedade Obtém um valor que indica se o Type está aninhado e visível somente dentro de sua própria família.The Type.IsNestedFamily property gets a value indicating whether the Type is nested and visible only within its own family.