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

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

CodeAttributeDeclaration コンストラクタ (String, CodeAttributeArgument[])

名前と引数指定して、CodeAttributeDeclaration クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Sub New ( _
    name As String, _
    ParamArray arguments As CodeAttributeArgument()
 _
)
Dim name As String
Dim arguments As CodeAttributeArgument()

Dim instance As New CodeAttributeDeclaration(name,
 arguments)
public CodeAttributeDeclaration (
    string name,
    params CodeAttributeArgument[] arguments
)
public:
CodeAttributeDeclaration (
    String^ name, 
    ... array<CodeAttributeArgument^>^ arguments
)
public CodeAttributeDeclaration (
    String name, 
    CodeAttributeArgument[] arguments
)
public function CodeAttributeDeclaration (
    name : String, 
    ... arguments : CodeAttributeArgument[]
)

パラメータ

name

属性の名前。

arguments

属性引数を含む CodeAttributeArgument 型の配列

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

CodeAttributeDeclaration コンストラクタ (CodeTypeReference)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

コード参照指定して、CodeAttributeDeclaration クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Sub New ( _
    attributeType As CodeTypeReference _
)
Dim attributeType As CodeTypeReference

Dim instance As New CodeAttributeDeclaration(attributeType)
public CodeAttributeDeclaration (
    CodeTypeReference attributeType
)
public:
CodeAttributeDeclaration (
    CodeTypeReference^ attributeType
)
public CodeAttributeDeclaration (
    CodeTypeReference attributeType
)
public function CodeAttributeDeclaration (
    attributeType : CodeTypeReference
)

パラメータ

attributeType

属性を示す CodeTypeReference。

解説解説

attributeType パラメータは、AttributeType プロパティおよび Name プロパティ設定使用されます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CodeAttributeDeclaration クラス
CodeAttributeDeclaration メンバ
System.CodeDom 名前空間
Name

CodeAttributeDeclaration コンストラクタ (CodeTypeReference, CodeAttributeArgument[])

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

コード参照引数指定して、CodeAttributeDeclaration クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Sub New ( _
    attributeType As CodeTypeReference, _
    ParamArray arguments As CodeAttributeArgument()
 _
)
Dim attributeType As CodeTypeReference
Dim arguments As CodeAttributeArgument()

Dim instance As New CodeAttributeDeclaration(attributeType,
 arguments)
public CodeAttributeDeclaration (
    CodeTypeReference attributeType,
    params CodeAttributeArgument[] arguments
)
public:
CodeAttributeDeclaration (
    CodeTypeReference^ attributeType, 
    ... array<CodeAttributeArgument^>^ arguments
)
public CodeAttributeDeclaration (
    CodeTypeReference attributeType, 
    CodeAttributeArgument[] arguments
)
public function CodeAttributeDeclaration (
    attributeType : CodeTypeReference, 
    ... arguments : CodeAttributeArgument[]
)

パラメータ

attributeType

属性を示す CodeTypeReference。

arguments

属性引数を含む CodeAttributeArgument 型の配列

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

CodeAttributeDeclaration コンストラクタ

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

名前 説明
CodeAttributeDeclaration () CodeAttributeDeclaration クラス新しインスタンス初期化します。
CodeAttributeDeclaration (CodeTypeReference) コード参照指定してCodeAttributeDeclaration クラス新しインスタンス初期化します。
CodeAttributeDeclaration (String) 名前を指定してCodeAttributeDeclaration クラス新しインスタンス初期化します。
CodeAttributeDeclaration (CodeTypeReference, CodeAttributeArgument[]) コード参照引数指定してCodeAttributeDeclaration クラス新しインスタンス初期化します。
CodeAttributeDeclaration (String, CodeAttributeArgument[]) 名前と引数指定してCodeAttributeDeclaration クラス新しインスタンス初期化します。
参照参照

関連項目

CodeAttributeDeclaration クラス
CodeAttributeDeclaration メンバ
System.CodeDom 名前空間

CodeAttributeDeclaration コンストラクタ (String)


CodeAttributeDeclaration コンストラクタ ()




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

辞書ショートカット

すべての辞書の索引

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

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

   

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



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

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

©2024 GRAS Group, Inc.RSS