NamedStreamAttribute 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.
Indique qu’une classe qui est un type d’entité a un flux binaire nommé associé.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class NamedStreamAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type NamedStreamAttribute = class
inherit Attribute
Public NotInheritable Class NamedStreamAttribute
Inherits Attribute
- Héritage
-
NamedStreamAttribute
- Attributs
Constructeurs
NamedStreamAttribute(String) |
Crée une instance de la classe NamedStreamAttribute. |
Propriétés
Name |
Nom d’un flux binaire qui appartient à l’entité attribuée. |