C# 클래스 SidebarLibrary.Collections.OutlookBarItemCollection

Summary description for OutlookBarItemCollection.
상속: IEnumerable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Add ( OutlookBarItem item ) : int
Clear ( ) : void
Contains ( OutlookBarItem item ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( OutlookBarItem item ) : int
Insert ( int index, OutlookBarItem item ) : void
OutlookBarItemCollection ( ) : System
RaiseChanged ( ) : void
Remove ( OutlookBarItem item ) : void
RemoveAt ( int index ) : void
this ( int index ) : OutlookBarItem

메소드 상세

Add() 공개 메소드

public Add ( OutlookBarItem item ) : int
item SidebarLibrary.WinControls.OutlookBarItem
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( OutlookBarItem item ) : bool
item SidebarLibrary.WinControls.OutlookBarItem
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( OutlookBarItem item ) : int
item SidebarLibrary.WinControls.OutlookBarItem
리턴 int

Insert() 공개 메소드

public Insert ( int index, OutlookBarItem item ) : void
index int
item SidebarLibrary.WinControls.OutlookBarItem
리턴 void

OutlookBarItemCollection() 공개 메소드

public OutlookBarItemCollection ( ) : System
리턴 System

RaiseChanged() 공개 메소드

public RaiseChanged ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( OutlookBarItem item ) : void
item SidebarLibrary.WinControls.OutlookBarItem
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : OutlookBarItem
index int
리턴 SidebarLibrary.WinControls.OutlookBarItem