C# Class SonarLint.VisualStudio.Integration.UnitTests.ProjectItemsMock.FileProjectItemMock

Inheritance: ProjectItem
ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
Delete ( ) : void
ExpandView ( ) : void
FileProjectItemMock ( ProjectItemsMock parent, string file ) : EnvDTE
Open ( string ViewKind = "{00000000-0000-0000-0000-000000000000}" ) : Window
Remove ( ) : void
Save ( string FileName = "" ) : void
SaveAs ( string NewFileName ) : bool
get_Extender ( string ExtenderName ) : object
get_FileNames ( short index ) : string
get_IsOpen ( string ViewKind = "{FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF}" ) : bool

Method Details

Delete() public method

public Delete ( ) : void
return void

ExpandView() public method

public ExpandView ( ) : void
return void

FileProjectItemMock() public method

public FileProjectItemMock ( ProjectItemsMock parent, string file ) : EnvDTE
parent ProjectItemsMock
file string
return EnvDTE

Open() public method

public Open ( string ViewKind = "{00000000-0000-0000-0000-000000000000}" ) : Window
ViewKind string
return Window

Remove() public method

public Remove ( ) : void
return void

Save() public method

public Save ( string FileName = "" ) : void
FileName string
return void

SaveAs() public method

public SaveAs ( string NewFileName ) : bool
NewFileName string
return bool

get_Extender() public method

public get_Extender ( string ExtenderName ) : object
ExtenderName string
return object

get_FileNames() public method

public get_FileNames ( short index ) : string
index short
return string

get_IsOpen() public method

public get_IsOpen ( string ViewKind = "{FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF}" ) : bool
ViewKind string
return bool