StaticAttribute コンストラクター

定義

オーバーロード

StaticAttribute(Type, UInt32)

属性の新しいインスタンスを作成して初期化します。

StaticAttribute(Type, UInt32, String)

属性の新しいインスタンスを作成して初期化します。

StaticAttribute(Type, UInt32, Type)

属性の新しいインスタンスを作成して初期化します。

StaticAttribute(Type, UInt32, Platform)

属性の新しいインスタンスを作成して初期化します。

StaticAttribute(Type, UInt32)

属性の新しいインスタンスを作成して初期化します。

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)

属性の新しいインスタンスを作成して初期化します。

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)

属性の新しいインスタンスを作成して初期化します。

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)

属性の新しいインスタンスを作成して初期化します。

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 です

こちらもご覧ください

適用対象