CategoryAttribute.Asynchronous 属性

定义

获取表示"Asynchronous"类别的 CategoryAttributeGets a CategoryAttribute representing the Asynchronous category.

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

异步类别的 CategoryAttributeA CategoryAttribute for the asynchronous category.

适用于