次の方法で共有


BaseChannelObjectWithProperties.IsFixedSize プロパティ

現在のチャネル オブジェクトに入力できるプロパティの数が固定されているかどうかを示す Boolean 値を取得します。

Public Overridable ReadOnly Property IsFixedSize As Boolean  _   Implements IDictionary.IsFixedSize
[C#]
public virtual bool IsFixedSize {get;}
[C++]
public: __property virtual bool get_IsFixedSize();
[JScript]
public function get IsFixedSize() : Boolean;

プロパティ値

現在のチャネル オブジェクトに入力できるプロパティの数が固定されているかどうかを示す Boolean 値。

実装

IDictionary.IsFixedSize

解説

現在の実装では、 IsFixedSizetrue を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

BaseChannelObjectWithProperties クラス | BaseChannelObjectWithProperties メンバ | System.Runtime.Remoting.Channels 名前空間