My Project
公開方法(Public Methods) | 全部成員列表
ControlCollectionComparer

Comparer that will compare ControlProperties objects based on their position in the document. 更多...

類別ControlCollectionComparer的繼承圖:

公開方法(Public Methods)

int Compare (ControlProperties x, ControlProperties y)
 Compares two ControlProperties objects based on their position in the document. 更多...
 

詳細描述

Comparer that will compare ControlProperties objects based on their position in the document.

定義在 ControlProperties.cs 檔案之第 258 行.

函式成員說明文件

◆ Compare()

int Compare ( ControlProperties  x,
ControlProperties  y 
)

Compares two ControlProperties objects based on their position in the document.

參數
xThe first object to compare.
yThe second object to compare.
傳回值
Returns -1 if x is earlier in the document than y, 1 if x is later in the document than y, or 0 if they appear in the same position.

定義在 ControlProperties.cs 檔案之第 271 行.


此類別(class) 文件是由下列檔案中產生: