DeprecatedAttribute 생성자

정의

오버로드

DeprecatedAttribute(String, DeprecationType, UInt32)

특성의 새 instance 만들고 초기화합니다.

DeprecatedAttribute(String, DeprecationType, UInt32, String)

특성의 새 instance 만들고 초기화합니다.

DeprecatedAttribute(String, DeprecationType, UInt32, Type)

특성의 새 instance 만들고 초기화합니다.

DeprecatedAttribute(String, DeprecationType, UInt32, Platform)

대상 지정을 위한 플랫폼 값을 포함하여 특성의 새 instance 만들고 초기화합니다.

DeprecatedAttribute(String, DeprecationType, UInt32)

특성의 새 instance 만들고 초기화합니다.

public:
 DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version);
 DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version);
public DeprecatedAttribute(string message, DeprecationType type, uint version);
function DeprecatedAttribute(message, type, version)
Public Sub New (message As String, type As DeprecationType, version As UInteger)

매개 변수

message
String

Platform::String

winrt::hstring

컴파일러 및 기타 개발자 도구에서 사용 중단을 설명하고 대체 API의 문자열 이름을 제공하는 데 사용할 수 있는 문자열 메시지입니다.

type
DeprecationType

열거형 값입니다. 기본값은 Deprecate입니다.

version
UInt32

unsigned int

uint32_t

사용 중단이 적용되는 버전을 나타내는 상수입니다.

추가 정보

적용 대상

DeprecatedAttribute(String, DeprecationType, UInt32, String)

특성의 새 instance 만들고 초기화합니다.

public:
 DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform::String ^ contract);
 DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version, winrt::hstring const& contract);
public DeprecatedAttribute(string message, DeprecationType type, uint version, string contract);
function DeprecatedAttribute(message, type, version, contract)
Public Sub New (message As String, type As DeprecationType, version As UInteger, contract As String)

매개 변수

message
String

Platform::String

winrt::hstring

컴파일러 및 기타 개발자 도구에서 사용 중단을 설명하고 대체 API의 문자열 이름을 제공하는 데 사용할 수 있는 문자열 메시지입니다.

type
DeprecationType

열거형 값입니다. 기본값은 Deprecate입니다.

version
UInt32

unsigned int

uint32_t

사용 중단이 적용되는 버전을 나타내는 상수입니다.

contract
String

Platform::String

winrt::hstring

사용되지 않는 형식 또는 멤버를 구현하는 API 계약의 형식을 나타내는 문자열입니다.

추가 정보

적용 대상

DeprecatedAttribute(String, DeprecationType, UInt32, Type)

특성의 새 instance 만들고 초기화합니다.

public:
 DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform::Type ^ contract);
public DeprecatedAttribute(string message, DeprecationType type, uint version, Type contract);
function DeprecatedAttribute(message, type, version, contract)
Public Sub New (message As String, type As DeprecationType, version As UInteger, contract As Type)

매개 변수

message
String

Platform::String

컴파일러 및 기타 개발자 도구에서 사용 중단을 설명하고 대체 API의 문자열 이름을 제공하는 데 사용할 수 있는 문자열 메시지입니다.

type
DeprecationType

열거형 값입니다. 기본값은 Deprecate입니다.

version
UInt32

unsigned int

사용 중단이 적용되는 버전을 나타내는 상수입니다.

contract
TypeName Type

사용되지 않는 형식 또는 멤버를 구현하는 API 계약의 형식입니다.

적용 대상

DeprecatedAttribute(String, DeprecationType, UInt32, Platform)

대상 지정을 위한 플랫폼 값을 포함하여 특성의 새 instance 만들고 초기화합니다.

public:
 DeprecatedAttribute(Platform::String ^ message, DeprecationType type, unsigned int version, Platform platform);
 DeprecatedAttribute(winrt::hstring const& message, DeprecationType const& type, uint32_t const& version, Platform const& platform);
public DeprecatedAttribute(string message, DeprecationType type, uint version, Platform platform);
function DeprecatedAttribute(message, type, version, platform)
Public Sub New (message As String, type As DeprecationType, version As UInteger, platform As Platform)

매개 변수

message
String

Platform::String

winrt::hstring

컴파일러 및 기타 개발자 도구에서 사용 중단을 설명하고 대체 API의 문자열 이름을 제공하는 데 사용할 수 있는 문자열 메시지입니다.

type
DeprecationType

열거형 값입니다. 기본값은 Deprecate입니다.

version
UInt32

unsigned int

uint32_t

사용 중단이 적용되는 버전을 나타내는 상수입니다.

platform
Platform

열거형 값입니다. 기본값은 Windows입니다.

적용 대상