_Type.IsNestedFamORAssem Propriedade

Definição

Fornece acesso independente da versão para objetos COM à propriedade IsNestedFamORAssem.Provides COM objects with version-independent access to the IsNestedFamORAssem property.

public:
 property bool IsNestedFamORAssem { bool get(); };
public bool IsNestedFamORAssem { get; }
member this.IsNestedFamORAssem : bool
Public ReadOnly Property IsNestedFamORAssem As Boolean

Valor da propriedade

Boolean

true Se o Type estiver aninhado e visível somente para classes que pertencem a sua própria família ou ao seu próprio assembly; caso contrário, false .true if the Type is nested and visible only to classes that belong to its own family or to its own assembly; 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.IsNestedFamORAssem propriedade Obtém um valor que indica se o Type está aninhado e visível somente para classes que pertencem a sua própria família ou a seu próprio assembly.The Type.IsNestedFamORAssem property gets a value indicating whether the Type is nested and visible only to classes that belong to either its own family or to its own assembly.

Aplica-se a