MarshalingBehaviorAttribute Classe

Définition

Indique le comportement de marshaling d’un composant Windows Runtime.

public ref class MarshalingBehaviorAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class MarshalingBehaviorAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class MarshalingBehaviorAttribute : Attribute
function MarshalingBehaviorAttribute(behavior)
Public NotInheritable Class MarshalingBehaviorAttribute
Inherits Attribute
Héritage
MarshalingBehaviorAttribute
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduit dans v1.0)

Constructeurs

MarshalingBehaviorAttribute(MarshalingType)

Crée et initialise une nouvelle instance de l’attribut.

S’applique à

Voir aussi