StaticAttribute 생성자

정의

오버로드

StaticAttribute(Type, UInt32)

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

StaticAttribute(Type, UInt32, String)

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

StaticAttribute(Type, UInt32, Type)

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

StaticAttribute(Type, UInt32, Platform)

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

StaticAttribute(Type, UInt32)

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

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version);
public StaticAttribute(Type type, uint version);
function StaticAttribute(type, version)
Public Sub New (type As Type, version As UInteger)

매개 변수

type
TypeName Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

unsigned int

정적 인터페이스가 추가된 버전입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, String)

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

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::String ^ contractName);
public StaticAttribute(Type type, uint version, string contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As String)

매개 변수

type
TypeName Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

unsigned int

정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.

contractName
String

Platform::String

클래스를 구현하는 API 계약의 형식을 나타내는 문자열입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, Type)

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

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform::Type ^ contractName);
public StaticAttribute(Type type, uint version, Type contractName);
function StaticAttribute(type, version, contractName)
Public Sub New (type As Type, version As UInteger, contractName As Type)

매개 변수

type
TypeName Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

unsigned int

정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.

contractName
TypeName Type

클래스를 구현하는 API 계약의 형식입니다.

추가 정보

적용 대상

StaticAttribute(Type, UInt32, Platform)

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

public:
 StaticAttribute(Platform::Type ^ type, unsigned int version, Platform platform);
public StaticAttribute(Type type, uint version, Platform platform);
function StaticAttribute(type, version, platform)
Public Sub New (type As Type, version As UInteger, platform As Platform)

매개 변수

type
TypeName Type

런타임 클래스에 대한 정적 메서드를 포함하는 형식입니다.

version
UInt32

unsigned int

정적 인터페이스가 추가된 버전입니다.

platform
Platform

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

추가 정보

적용 대상