ComposableAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ComposableAttribute(Type, CompositionType, UInt32) |
특성의 새 instance 만들고 초기화합니다. |
ComposableAttribute(Type, CompositionType, UInt32, String) |
특성의 새 instance 만들고 초기화합니다. |
ComposableAttribute(Type, CompositionType, UInt32, Type) |
특성의 새 instance 만들고 초기화합니다. |
ComposableAttribute(Type, CompositionType, UInt32, Platform) |
특성의 새 instance 만들고 초기화합니다. |
ComposableAttribute(Type, CompositionType, UInt32)
특성의 새 instance 만들고 초기화합니다.
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version);
public ComposableAttribute(Type type, CompositionType compositionType, uint version);
function ComposableAttribute(type, compositionType, version)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger)
매개 변수
- compositionType
- CompositionType
열거형 값 중 하나입니다.
- version
-
UInt32
unsigned int
버전입니다.
추가 정보
- ComposableAttribute(Type, CompositionType, UInt32, Platform)
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32, Type)
적용 대상
ComposableAttribute(Type, CompositionType, UInt32, String)
특성의 새 instance 만들고 초기화합니다.
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform::String ^ contract);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, string contract);
function ComposableAttribute(type, compositionType, version, contract)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, contract As String)
매개 변수
- compositionType
- CompositionType
열거형 값 중 하나입니다.
- version
-
UInt32
unsigned int
컴퍼지션 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.
- contract
-
String
Platform::String
클래스를 구현하는 API 계약의 형식을 나타내는 문자열입니다.
적용 대상
ComposableAttribute(Type, CompositionType, UInt32, Type)
특성의 새 instance 만들고 초기화합니다.
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform::Type ^ contract);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, Type contract);
function ComposableAttribute(type, compositionType, version, contract)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, contract As Type)
매개 변수
- compositionType
- CompositionType
열거형 값 중 하나입니다.
- version
-
UInt32
unsigned int
컴퍼지션 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.
추가 정보
- ComposableAttribute(Type, CompositionType, UInt32, Platform)
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32)
적용 대상
ComposableAttribute(Type, CompositionType, UInt32, Platform)
특성의 새 instance 만들고 초기화합니다.
public:
ComposableAttribute(Platform::Type ^ type, CompositionType compositionType, unsigned int version, Platform platform);
public ComposableAttribute(Type type, CompositionType compositionType, uint version, Platform platform);
function ComposableAttribute(type, compositionType, version, platform)
Public Sub New (type As Type, compositionType As CompositionType, version As UInteger, platform As Platform)
매개 변수
- compositionType
- CompositionType
열거형 값 중 하나입니다.
- version
-
UInt32
unsigned int
버전입니다.
- platform
- Platform
열거형 값입니다. 기본값은 Windows입니다.
추가 정보
- ComposableAttribute(Type, CompositionType, UInt32, String)
- ComposableAttribute(Type, CompositionType, UInt32, Type)
- ComposableAttribute(Type, CompositionType, UInt32)