GeneralTransformCollection.ICollection<GeneralTransform>.IsReadOnly プロパティ

定義

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

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

プロパティ値

Boolean

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

実装

注釈

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

適用対象