_FieldInfo.IsFamilyAndAssembly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des objets COM avec un accès indépendant de la version à la propriété IsFamilyAndAssembly.
public:
property bool IsFamilyAndAssembly { bool get(); };
public bool IsFamilyAndAssembly { get; }
member this.IsFamilyAndAssembly : bool
Public ReadOnly Property IsFamilyAndAssembly As Boolean
Valeur de propriété
true
si l'attribut FamANDAssem
du champ est défini ; sinon, false
.
Remarques
Cette propriété permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.
La IsFamilyAndAssembly propriété obtient une valeur indiquant si ce champ a FamilyAndAssembly
une visibilité de niveau.