Język

TypeMapAssociationAttribute<TTypeMapGroup>(Type, Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

source
Type

Typ celu.

proxy
Type

Typ, który ma być skojarzony z elementem source.

Uwagi

To mapowanie będzie istnieć tylko w mapie typów, jeśli przycinanie obserwuje alokację przy użyciu elementu reprezentowanego Type przez source.

Dotyczy