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,因为在 ExtendedProperties 集合中可以添加或移除 ExtendedProperty 对象。

有关 IsFixedSize 的更多信息,请参见 IList.IsFixedSized 属性。

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

ExtendedProperties 类

ExtendedProperties 成员

Microsoft.Ink 命名空间