TypeMapAttribute<TTypeMapGroup> 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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포함됩니다.