TypeMapAssociationAttribute<TTypeMapGroup>(Type, Type) Konstruktor

Definition

Initialisiert eine neue instance von TypeMapAssociationAttribute<TTypeMapGroup>.

public:
 TypeMapAssociationAttribute(Type ^ source, Type ^ proxy);
public TypeMapAssociationAttribute(Type source, Type proxy);
new System.Runtime.InteropServices.TypeMapAssociationAttribute<'ypeMapGroup> : Type * Type -> System.Runtime.InteropServices.TypeMapAssociationAttribute<'ypeMapGroup>
Public Sub New (source As Type, proxy As Type)

Parameter

source
Type

Der Zieltyp.

proxy
Type

Der Typ, der zugeordnet sourcewerden soll.

Hinweise

Diese Zuordnung ist nur in der Typzuordnung vorhanden, wenn das Kürzen eine Zuordnung mithilfe der Type dargestellten source.

Gilt für: