CustomBuildEventArgsとは? わかりやすく解説

CustomBuildEventArgs クラス

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

CustomEventRaised イベントデータ提供します

名前空間: Microsoft.Build.Framework
アセンブリ: Microsoft.Build.Framework (microsoft.build.framework.dll 内)
構文構文

<SerializableAttribute> _
Public MustInherit Class
 CustomBuildEventArgs
    Inherits BuildEventArgs
Dim instance As CustomBuildEventArgs
[SerializableAttribute] 
public abstract class CustomBuildEventArgs
 : BuildEventArgs
[SerializableAttribute] 
public ref class CustomBuildEventArgs abstract
 : public BuildEventArgs
/** @attribute SerializableAttribute() */ 
public abstract class CustomBuildEventArgs
 extends BuildEventArgs
SerializableAttribute 
public abstract class CustomBuildEventArgs
 extends BuildEventArgs
継承階層継承階層
System.Object
   System.EventArgs
     Microsoft.Build.Framework.BuildEventArgs
      Microsoft.Build.Framework.CustomBuildEventArgs
         Microsoft.Build.Framework.ExternalProjectFinishedEventArgs
         Microsoft.Build.Framework.ExternalProjectStartedEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomBuildEventArgs メンバ
Microsoft.Build.Framework 名前空間

CustomBuildEventArgs コンストラクタ ()

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

CustomBuildEventArgs クラス新しインスタンス初期化します。

名前空間: Microsoft.Build.Framework
アセンブリ: Microsoft.Build.Framework (microsoft.build.framework.dll 内)
構文構文

Dim instance As New CustomBuildEventArgs
protected CustomBuildEventArgs ()
protected:
CustomBuildEventArgs ()
protected CustomBuildEventArgs ()
protected function CustomBuildEventArgs ()
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomBuildEventArgs クラス
CustomBuildEventArgs メンバ
Microsoft.Build.Framework 名前空間

CustomBuildEventArgs コンストラクタ

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

名前 説明
CustomBuildEventArgs () CustomBuildEventArgs クラス新しインスタンス初期化します。
CustomBuildEventArgs (String, String, String) Message、HelpKeyword、およびSenderName に値を指定してCustomBuildEventArgs クラス新しインスタンス初期化します。
参照参照

関連項目

CustomBuildEventArgs クラス
CustomBuildEventArgs メンバ
Microsoft.Build.Framework 名前空間

CustomBuildEventArgs コンストラクタ (String, String, String)

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

Message、HelpKeyword、およびSenderName に値を指定して、CustomBuildEventArgs クラス新しインスタンス初期化します。

名前空間: Microsoft.Build.Framework
アセンブリ: Microsoft.Build.Framework (microsoft.build.framework.dll 内)
構文構文

Protected Sub New ( _
    message As String, _
    helpKeyword As String, _
    senderName As String _
)
Dim message As String
Dim helpKeyword As String
Dim senderName As String

Dim instance As New CustomBuildEventArgs(message,
 helpKeyword, senderName)
protected CustomBuildEventArgs (
    string message,
    string helpKeyword,
    string senderName
)
protected:
CustomBuildEventArgs (
    String^ message, 
    String^ helpKeyword, 
    String^ senderName
)
protected CustomBuildEventArgs (
    String message, 
    String helpKeyword, 
    String senderName
)
protected function CustomBuildEventArgs (
    message : String, 
    helpKeyword : String, 
    senderName : String
)

パラメータ

message

イベントテキスト

helpKeyword

イベント関連付けられているヘルプ キーワード。

senderName

イベントソース

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomBuildEventArgs クラス
CustomBuildEventArgs メンバ
Microsoft.Build.Framework 名前空間

CustomBuildEventArgs プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ HelpKeyword  イベントヘルプ キーワードを取得します。 ( BuildEventArgs から継承されます。)
パブリック プロパティ Message  イベントに関するメッセージ取得します。 ( BuildEventArgs から継承されます。)
パブリック プロパティ SenderName  イベントの発生元の Object の名前を取得します。 ( BuildEventArgs から継承されます。)
パブリック プロパティ ThreadId  イベントの発生元のスレッドを示す、整数識別子取得します。 ( BuildEventArgs から継承されます。)
パブリック プロパティ Timestamp  イベント発生した時刻DateTime として取得します。 ( BuildEventArgs から継承されます。)
参照参照

関連項目

CustomBuildEventArgs クラス
Microsoft.Build.Framework 名前空間

CustomBuildEventArgs メソッド


CustomBuildEventArgs メンバ

CustomEventRaised イベントデータ提供します

CustomBuildEventArgs データ型公開されるメンバを以下の表に示します


プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド CustomBuildEventArgs オーバーロードされます。 CustomBuildEventArgs クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ HelpKeyword  イベントヘルプ キーワードを取得します。(BuildEventArgs から継承されます。)
パブリック プロパティ Message  イベントに関するメッセージ取得します。(BuildEventArgs から継承されます。)
パブリック プロパティ SenderName  イベントの発生元の Object の名前を取得します。(BuildEventArgs から継承されます。)
パブリック プロパティ ThreadId  イベントの発生元のスレッドを示す、整数識別子取得します。(BuildEventArgs から継承されます。)
パブリック プロパティ Timestamp  イベント発生した時刻DateTime として取得します。(BuildEventArgs から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

CustomBuildEventArgs クラス
Microsoft.Build.Framework 名前空間



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

辞書ショートカット

すべての辞書の索引

「CustomBuildEventArgs」の関連用語

CustomBuildEventArgsのお隣キーワード
検索ランキング

   

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



CustomBuildEventArgsのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS