C# Class Microsoft.VisualStudio.R.Package.TaskList.VsTaskItem

Inheritance: Microsoft.VisualStudio.Shell.ErrorTask
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
HasHelp ( int &pfHasHelp ) : int
ImageListIndex ( int &pIndex ) : int
IsReadOnly ( VSTASKFIELD field, int &pfReadOnly ) : int
Update ( ) : bool
VsTaskItem ( IEditorTaskListItem item, IEditorTaskListItemSource source ) : System

Protected Methods

Method Description
OnHelp ( EventArgs e ) : void
OnNavigate ( EventArgs e ) : void

Method Details

HasHelp() public method

public HasHelp ( int &pfHasHelp ) : int
pfHasHelp int
return int

ImageListIndex() public method

public ImageListIndex ( int &pIndex ) : int
pIndex int
return int

IsReadOnly() public method

public IsReadOnly ( VSTASKFIELD field, int &pfReadOnly ) : int
field VSTASKFIELD
pfReadOnly int
return int

OnHelp() protected method

protected OnHelp ( EventArgs e ) : void
e System.EventArgs
return void

OnNavigate() protected method

protected OnNavigate ( EventArgs e ) : void
e System.EventArgs
return void

Update() public method

public Update ( ) : bool
return bool

VsTaskItem() public method

public VsTaskItem ( IEditorTaskListItem item, IEditorTaskListItemSource source ) : System
item IEditorTaskListItem
source IEditorTaskListItemSource
return System