共用方式為


TaskAsyncActionDescriptor.IsDefined(Type, Boolean) 方法

定義

傳回值,這個值表示是否已為此成員定義指定之自訂屬性的一個或多個執行個體。

public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

參數

attributeType
Type

自訂屬性的型別。

inherit
Boolean

true 表示查閱繼承自訂屬性的階層鏈結;否則為 false。

傳回

表示是否已為此成員定義指定之自訂屬性的一個或多個執行個體的值。

適用於