ToolStripPanel.ToolStripPanelRowCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ToolStripPanelRow의 모든 ToolStripPanel 개체를 나타냅니다.
public: ref class ToolStripPanel::ToolStripPanelRowCollection : System::Windows::Forms::Layout::ArrangedElementCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[System.ComponentModel.ListBindable(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
[<System.ComponentModel.ListBindable(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
Public Class ToolStripPanel.ToolStripPanelRowCollection
Inherits ArrangedElementCollection
Implements IList
- 상속
- 특성
- 구현
생성자
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel) |
지정된 ToolStripPanel.ToolStripPanelRowCollection에 포함할 ToolStripPanel 클래스의 새 인스턴스를 초기화합니다. |
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[]) |
지정된 ToolStripPanel.ToolStripPanelRowCollection에 포함할 지정된 수의 행을 갖는 ToolStripPanel 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
컬렉션의 요소 수를 가져옵니다. (다음에서 상속됨 ArrangedElementCollection) |
IsReadOnly |
컬렉션이 읽기 전용인지를 나타내는 값을 가져옵니다. (다음에서 상속됨 ArrangedElementCollection) |
Item[Int32] |
ToolStripPanelRow에 있는 특정 ToolStripPanel.ToolStripPanelRowCollection를 가져옵니다. |
메서드
명시적 인터페이스 구현
ICollection.IsSynchronized |
이 멤버에 대한 설명을 보려면 IsSynchronized 속성을 참조하세요. (다음에서 상속됨 ArrangedElementCollection) |
ICollection.SyncRoot |
이 멤버에 대한 설명을 보려면 SyncRoot 속성을 참조하세요. (다음에서 상속됨 ArrangedElementCollection) |
IList.Add(Object) |
이 멤버에 대한 설명은 Add(Object)를 참조하세요. |
IList.Clear() |
이 멤버에 대한 설명은 Clear()를 참조하세요. |
IList.Contains(Object) |
이 멤버에 대한 설명은 Contains(Object)를 참조하세요. |
IList.IndexOf(Object) |
이 멤버에 대한 설명은 IndexOf(Object)를 참조하세요. |
IList.Insert(Int32, Object) |
이 멤버에 대한 설명은 Insert(Int32, Object)를 참조하세요. |
IList.IsFixedSize |
이 멤버에 대한 설명은 IsFixedSize를 참조하세요. |
IList.IsReadOnly |
이 멤버에 대한 설명은 IsReadOnly를 참조하세요. |
IList.Item[Int32] |
이 멤버에 대한 설명은 Item[Int32]를 참조하세요. |
IList.Remove(Object) |
이 멤버에 대한 설명은 Remove(Object)를 참조하세요. |
IList.RemoveAt(Int32) |
이 멤버에 대한 설명은 RemoveAt(Int32)를 참조하세요. |
확장 메서드
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다. |