GeneralTransform3DCollection.ICollection<GeneralTransform3D>.IsReadOnly プロパティ

定義

このメンバーの説明については、 IsReadOnlyを参照してください。

property bool System::Collections::Generic::ICollection<System::Windows::Media::Media3D::GeneralTransform3D>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.Media3D.GeneralTransform3D>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.Media3D.GeneralTransform3D>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of GeneralTransform3D).IsReadOnly

プロパティ値

true GeneralTransform3DCollectionが読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 GeneralTransform3DCollection インスタンスがICollection<T> インターフェイスにキャストされている場合にのみ使用できます。

ICollection<GeneralTransform3D>.IsReadOnly は、.NET Framework バージョン 3.5 で導入されています。 詳細については、「 バージョンと依存関係」を参照してください。

適用対象