CategoryAttribute.Asynchronous プロパティ

定義

Asynchronous カテゴリを表す CategoryAttribute を取得します。

public:
 static property System::ComponentModel::CategoryAttribute ^ Asynchronous { System::ComponentModel::CategoryAttribute ^ get(); };
public static System.ComponentModel.CategoryAttribute Asynchronous { get; }
member this.Asynchronous : System.ComponentModel.CategoryAttribute
Public Shared ReadOnly Property Asynchronous As CategoryAttribute

プロパティ値

CategoryAttribute

非同期カテゴリの CategoryAttribute

適用対象