메소드 | 설명 | |
---|---|---|
Advise ( INiProjectManagerNotify sink, int &cookie ) : HResult | ||
Advise ( object sink, int &cookie ) : HResult | ||
CloseProject ( ) : HResult | ||
CreateProject ( string fileName ) : HResult | ||
CreateProjectViaDialog ( string startDirectory ) : HResult | ||
NiProjectManager ( IServiceProvider serviceProvider ) : System | ||
OpenProject ( string fileName ) : HResult | ||
OpenProjectFromCommandLine ( ) : HResult | ||
OpenProjectViaDialog ( string startDirectory ) : HResult | ||
RegisterProjectFactory ( System.Guid guid, INiProjectFactory projectFactory ) : HResult | ||
Unadvise ( int cookie ) : HResult |
메소드 | 설명 | |
---|---|---|
CreateOpenProjectViaDialog ( |
||
FindProjectFactory ( string extension ) : INiProjectFactory | ||
OpenProject ( string fileName, NiProjectCreateMode mode ) : HResult |
public Advise ( INiProjectManagerNotify sink, int &cookie ) : HResult | ||
sink | INiProjectManagerNotify | |
cookie | int | |
리턴 | HResult |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
리턴 | HResult |
public CreateProject ( string fileName ) : HResult | ||
fileName | string | |
리턴 | HResult |
public CreateProjectViaDialog ( string startDirectory ) : HResult | ||
startDirectory | string | |
리턴 | HResult |
public NiProjectManager ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
리턴 | System |
public OpenProjectViaDialog ( string startDirectory ) : HResult | ||
startDirectory | string | |
리턴 | HResult |
public RegisterProjectFactory ( System.Guid guid, INiProjectFactory projectFactory ) : HResult | ||
guid | System.Guid | |
projectFactory | INiProjectFactory | |
리턴 | HResult |