ComSourceInterfacesAttribute コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ComSourceInterfacesAttribute コンストラクタの意味・解説 

ComSourceInterfacesAttribute コンストラクタ (Type, Type, Type, Type)

ソース インターフェイスとして使用する型指定して、ComSourceInterfacesAttribute クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    sourceInterface1 As Type, _
    sourceInterface2 As Type, _
    sourceInterface3 As Type, _
    sourceInterface4 As Type _
)
Dim sourceInterface1 As Type
Dim sourceInterface2 As Type
Dim sourceInterface3 As Type
Dim sourceInterface4 As Type

Dim instance As New ComSourceInterfacesAttribute(sourceInterface1,
 sourceInterface2, sourceInterface3, sourceInterface4)
public ComSourceInterfacesAttribute (
    Type sourceInterface1,
    Type sourceInterface2,
    Type sourceInterface3,
    Type sourceInterface4
)
public:
ComSourceInterfacesAttribute (
    Type^ sourceInterface1, 
    Type^ sourceInterface2, 
    Type^ sourceInterface3, 
    Type^ sourceInterface4
)
public ComSourceInterfacesAttribute (
    Type sourceInterface1, 
    Type sourceInterface2, 
    Type sourceInterface3, 
    Type sourceInterface4
)
public function ComSourceInterfacesAttribute
 (
    sourceInterface1 : Type, 
    sourceInterface2 : Type, 
    sourceInterface3 : Type, 
    sourceInterface4 : Type
)

パラメータ

sourceInterface1

既定ソース インターフェイスType

sourceInterface2

ソース インターフェイスType

sourceInterface3

ソース インターフェイスType

sourceInterface4

ソース インターフェイスType

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間

ComSourceInterfacesAttribute コンストラクタ (String)

イベント ソース インターフェイスの名前を指定して、ComSourceInterfacesAttribute クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    sourceInterfaces As String _
)
Dim sourceInterfaces As String

Dim instance As New ComSourceInterfacesAttribute(sourceInterfaces)
public ComSourceInterfacesAttribute (
    string sourceInterfaces
)
public:
ComSourceInterfacesAttribute (
    String^ sourceInterfaces
)
public ComSourceInterfacesAttribute (
    String sourceInterfaces
)
public function ComSourceInterfacesAttribute
 (
    sourceInterfaces : String
)

パラメータ

sourceInterfaces

イベント ソース インターフェイスの完全修飾名の null 区切りリスト

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間

ComSourceInterfacesAttribute コンストラクタ (Type)

ソース インターフェイスとして使用する型指定して、ComSourceInterfacesAttribute クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    sourceInterface As Type _
)
Dim sourceInterface As Type

Dim instance As New ComSourceInterfacesAttribute(sourceInterface)
public ComSourceInterfacesAttribute (
    Type sourceInterface
)
public:
ComSourceInterfacesAttribute (
    Type^ sourceInterface
)
public ComSourceInterfacesAttribute (
    Type sourceInterface
)
public function ComSourceInterfacesAttribute
 (
    sourceInterface : Type
)

パラメータ

sourceInterface

ソース インターフェイスType

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間

ComSourceInterfacesAttribute コンストラクタ (Type, Type, Type)

ソース インターフェイスとして使用する型指定してComSourceInterfacesAttribute クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    sourceInterface1 As Type, _
    sourceInterface2 As Type, _
    sourceInterface3 As Type _
)
Dim sourceInterface1 As Type
Dim sourceInterface2 As Type
Dim sourceInterface3 As Type

Dim instance As New ComSourceInterfacesAttribute(sourceInterface1,
 sourceInterface2, sourceInterface3)
public ComSourceInterfacesAttribute (
    Type sourceInterface1,
    Type sourceInterface2,
    Type sourceInterface3
)
public:
ComSourceInterfacesAttribute (
    Type^ sourceInterface1, 
    Type^ sourceInterface2, 
    Type^ sourceInterface3
)
public ComSourceInterfacesAttribute (
    Type sourceInterface1, 
    Type sourceInterface2, 
    Type sourceInterface3
)
public function ComSourceInterfacesAttribute
 (
    sourceInterface1 : Type, 
    sourceInterface2 : Type, 
    sourceInterface3 : Type
)

パラメータ

sourceInterface1

既定ソース インターフェイスType

sourceInterface2

ソース インターフェイスType

sourceInterface3

ソース インターフェイスType

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間

ComSourceInterfacesAttribute コンストラクタ (Type, Type)

ソース インターフェイスとして使用する型指定して、ComSourceInterfacesAttribute クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    sourceInterface1 As Type, _
    sourceInterface2 As Type _
)
Dim sourceInterface1 As Type
Dim sourceInterface2 As Type

Dim instance As New ComSourceInterfacesAttribute(sourceInterface1,
 sourceInterface2)
public ComSourceInterfacesAttribute (
    Type sourceInterface1,
    Type sourceInterface2
)
public:
ComSourceInterfacesAttribute (
    Type^ sourceInterface1, 
    Type^ sourceInterface2
)
public ComSourceInterfacesAttribute (
    Type sourceInterface1, 
    Type sourceInterface2
)
public function ComSourceInterfacesAttribute
 (
    sourceInterface1 : Type, 
    sourceInterface2 : Type
)

パラメータ

sourceInterface1

既定ソース インターフェイスType

sourceInterface2

ソース インターフェイスType

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間

ComSourceInterfacesAttribute コンストラクタ

ComSourceInterfacesAttribute クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

参照参照

関連項目

ComSourceInterfacesAttribute クラス
ComSourceInterfacesAttribute メンバ
System.Runtime.InteropServices 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ComSourceInterfacesAttribute コンストラクタ」の関連用語

ComSourceInterfacesAttribute コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ComSourceInterfacesAttribute コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS