TypeLibVarAttribute コンストラクター

定義

TypeLibVarAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

TypeLibVarAttribute(Int16)

指定した TypeLibVarFlags 値を使用して、TypeLibVarAttribute クラスの新しいインスタンスを初期化します。

TypeLibVarAttribute(TypeLibVarFlags)

指定した TypeLibVarFlags 値を使用して、TypeLibVarAttribute クラスの新しいインスタンスを初期化します。

TypeLibVarAttribute(Int16)

指定した TypeLibVarFlags 値を使用して、TypeLibVarAttribute クラスの新しいインスタンスを初期化します。

public:
 TypeLibVarAttribute(short flags);
public TypeLibVarAttribute (short flags);
new System.Runtime.InteropServices.TypeLibVarAttribute : int16 -> System.Runtime.InteropServices.TypeLibVarAttribute
Public Sub New (flags As Short)

パラメーター

flags
Int16

インポート元のタイプ ライブラリに検出された属性付きフィールドの TypeLibVarFlags 値。

こちらもご覧ください

適用対象

TypeLibVarAttribute(TypeLibVarFlags)

指定した TypeLibVarFlags 値を使用して、TypeLibVarAttribute クラスの新しいインスタンスを初期化します。

public:
 TypeLibVarAttribute(System::Runtime::InteropServices::TypeLibVarFlags flags);
public TypeLibVarAttribute (System.Runtime.InteropServices.TypeLibVarFlags flags);
new System.Runtime.InteropServices.TypeLibVarAttribute : System.Runtime.InteropServices.TypeLibVarFlags -> System.Runtime.InteropServices.TypeLibVarAttribute
Public Sub New (flags As TypeLibVarFlags)

パラメーター

flags
TypeLibVarFlags

インポート元のタイプ ライブラリに検出された属性付きフィールドの TypeLibVarFlags 値。

こちらもご覧ください

適用対象