StaticAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
- version
-
UInt32
unsigned int
정적 인터페이스가 추가된 버전입니다.
추가 정보
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)
적용 대상
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)
매개 변수
- version
-
UInt32
unsigned int
정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.
- contractName
-
String
Platform::String
클래스를 구현하는 API 계약의 형식을 나타내는 문자열입니다.
추가 정보
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
적용 대상
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)
매개 변수
- version
-
UInt32
unsigned int
정적 팩터리를 런타임 클래스의 활성화 팩터리에 추가한 API 계약의 버전입니다.
추가 정보
- StaticAttribute(Type, UInt32, Platform)
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, String)
적용 대상
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)
매개 변수
- version
-
UInt32
unsigned int
정적 인터페이스가 추가된 버전입니다.
- platform
- Platform
열거형 값입니다. 기본값은 Windows입니다.
추가 정보
- StaticAttribute(Type, UInt32)
- StaticAttribute(Type, UInt32, Type)
- StaticAttribute(Type, UInt32, String)