FrameworkPartAttribute Classe
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.
Spécifie qu’un assembly ne contient pas de code d’application.
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class FrameworkPartAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type FrameworkPartAttribute = class
inherit Attribute
Public NotInheritable Class FrameworkPartAttribute
Inherits Attribute
- Héritage
-
FrameworkPartAttribute
- Attributs
Constructeurs
FrameworkPartAttribute() |
Spécifie qu’un assembly ne contient pas de code d’application. |