Transform3DCollection.ICollection<Transform3D>.IsReadOnly プロパティ

定義

このメンバーの詳細については、「IsReadOnly」をご覧ください。

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

プロパティ値

Boolean

true が読み取り専用である場合は Transform3DCollection。それ以外の場合は false

実装

注釈

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

適用対象