Partager via


NamedStreamAttribute Classe

Définition

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.

S’applique à