Partager via


MediaEntryAttribute Classe

Définition

Cette classe marque un type qui représente une entité cliente Astoria de telle sorte que le client Astoria la traite comme une entrée multimédia selon le concept « entrée de lien multimédia » d’ATOM.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class MediaEntryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type MediaEntryAttribute = class
    inherit Attribute
Public NotInheritable Class MediaEntryAttribute
Inherits Attribute
Héritage
MediaEntryAttribute
Attributs

Constructeurs

MediaEntryAttribute(String)

Crée une instance de MediaEntryAttribute.

Propriétés

MediaMemberName

Nom de la propriété sur la classe qui contient les données multimédia, en général des données binaires.

S’applique à