SortDescription.IsSealed 屬性

定義

取得值,指出這個物件的狀態是否不可變。

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

屬性值

如果這個物件在使用中,即為 true;否則為 false

適用於