共用方式為


XamlNodeQueue.IsEmpty 屬性

定義

取得值,這個值決定此 XamlNodeQueue 是否不含節點。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

屬性值

如果這個 XamlNodeQueue 不含節點,則為 true。如果這個 XamlNodeQueue 包含節點,則為 false

適用於