次の方法で共有


IList.IsFixedSize プロパティ

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Private ReadOnly Property IsFixedSize As Boolean
    Implements IList.IsFixedSize
    Get
'使用
Dim instance As ImpactDetailCollection
Dim value As Boolean

value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: System. . :: . .Boolean

実装

IList. . :: . .IsFixedSize