共用方式為


ExtendedProperties.IsFixedSize 屬性

取得值,這個值表示 ExtendedProperties 集合是否有固定大小。

命名空間:  Microsoft.Ink
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
Public ReadOnly Property IsFixedSize As Boolean
'用途
Dim instance As ExtendedProperties
Dim value As Boolean

value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
property bool IsFixedSize {
    bool get ();
}
/** @property */
public boolean get_IsFixedSize()
public function get IsFixedSize () : boolean

屬性值

型別:System.Boolean
所有情況下都是 false。

備註

IsFixedSize 屬性表示 ExtendedProperties 集合是否能變更大小。這一定會傳回 false,因為 ExtendedProperty 物件可以加入至 ExtendedProperties 集合或從中移除。

如需 IsFixedSize 的詳細資訊,請參閱 IList.IsFixedSized (英文) 屬性。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

ExtendedProperties 類別

ExtendedProperties 成員

Microsoft.Ink 命名空間