TypeMapAttribute<TTypeMapGroup> 생성자

정의

오버로드

Name Description
TypeMapAttribute<TTypeMapGroup>(String, Type)

TypeMapAttribute<TTypeMapGroup>의 새 인스턴스를 초기화합니다.

TypeMapAttribute<TTypeMapGroup>(String, Type, Type)

TypeMapAttribute<TTypeMapGroup>의 새 인스턴스를 초기화합니다.

TypeMapAttribute<TTypeMapGroup>(String, Type)

Source:
TypeMapAttribute.cs
Source:
TypeMapAttribute.cs

TypeMapAttribute<TTypeMapGroup>의 새 인스턴스를 초기화합니다.

public:
 TypeMapAttribute(System::String ^ value, Type ^ target);
public TypeMapAttribute(string value, Type target);
new System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup> : string * Type -> System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup>
Public Sub New (value As String, target As Type)

매개 변수

value
String

키의 문자열 표현입니다.

target
Type

형식 값입니다.

설명

이 매핑은 형식 맵에 무조건 삽입됩니다.

적용 대상

TypeMapAttribute<TTypeMapGroup>(String, Type, Type)

Source:
TypeMapAttribute.cs
Source:
TypeMapAttribute.cs

TypeMapAttribute<TTypeMapGroup>의 새 인스턴스를 초기화합니다.

public:
 TypeMapAttribute(System::String ^ value, Type ^ target, Type ^ trimTarget);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")]
public TypeMapAttribute(string value, Type target, Type trimTarget);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")>]
new System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup> : string * Type * Type -> System.Runtime.InteropServices.TypeMapAttribute<'ypeMapGroup>
Public Sub New (value As String, target As Type, trimTarget As Type)

매개 변수

value
String

키의 문자열 표현입니다.

target
Type

형식 값입니다.

trimTarget
Type

트리머가 형식 맵 포함을 결정하는 데 사용하는 형식입니다.

특성

설명

이 매핑은 트리밍에서 나타내는 형식을 사용하여 형식 검사를 관찰하는 경우에만 형식 맵에 TypetrimTarget포함됩니다.

적용 대상