메소드 | 설명 | |
---|---|---|
CompareTo ( obj ) : int | ||
CompletionIcon ( ) : System |
Initializes a new instance of CompletionIcon.
|
|
CompletionIcon ( ImageSource imageSource, string automationName, string automationId, int position ) : System |
Initializes a new instance of CompletionIcon with the given image, automation values, and position.
|
public CompletionIcon ( ImageSource imageSource, string automationName, string automationId, int position ) : System | ||
imageSource | ImageSource | The icon to describe the completion item. |
automationName | string | The automation name for the icon. |
automationId | string | The automation id for the icon. |
position | int | The display position of the icon. If no value is provided this will be zero. |
리턴 | System |