Method | Description | |
---|---|---|
Advise ( INiShellEvents sink, int &cookie ) : HResult | ||
Advise ( object sink, int &cookie ) : HResult | ||
BroadcastPreMessageFilter ( |
||
BrowseForFolder ( string title, NiBrowseForFolderOptions options, string &selectedFolder ) : HResult | ||
CreateTaskDialog ( INiTaskDialog &taskDialog ) : HResult | ||
CreateToolWindow ( INiWindowPane windowPane, NiDockStyle dockStyle, NiToolWindowOrientation toolWindowOrientation, INiWindowFrame &toolWindow ) : HResult | ||
GetDocumentWindowIterator ( INiIterator |
||
GetWindowFrameForWindowPane ( INiWindowPane windowPane, INiWindowFrame &windowFrame ) : HResult | ||
InvalidateRequerySuggested ( ) : HResult | ||
NiShell ( IServiceProvider serviceProvider ) : System | ||
QuerySaveViaDialog ( INiHierarchy hiers, NiQuerySaveResult &result ) : HResult | ||
SaveDocDataToFile ( NiSaveMode mode, INiPersistFile persistFile, string fileName, string &newFileName, bool &saved ) : HResult | ||
Unadvise ( int cookie ) : HResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnRequerySuggested ( |
Method | Description | |
---|---|---|
CreateAutomationAccessButton ( ) : |
||
QueueRequery ( ) : void | ||
Requery ( object state ) : void | ||
dockContent_Disposed ( object sender, |
public Advise ( INiShellEvents sink, int &cookie ) : HResult | ||
sink | INiShellEvents | |
cookie | int | |
return | HResult |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
return | HResult |
public BroadcastPreMessageFilter ( |
||
message | ||
return | HResult |
public BrowseForFolder ( string title, NiBrowseForFolderOptions options, string &selectedFolder ) : HResult | ||
title | string | |
options | NiBrowseForFolderOptions | |
selectedFolder | string | |
return | HResult |
public CreateTaskDialog ( INiTaskDialog &taskDialog ) : HResult | ||
taskDialog | INiTaskDialog | |
return | HResult |
public CreateToolWindow ( INiWindowPane windowPane, NiDockStyle dockStyle, NiToolWindowOrientation toolWindowOrientation, INiWindowFrame &toolWindow ) : HResult | ||
windowPane | INiWindowPane | |
dockStyle | NiDockStyle | |
toolWindowOrientation | NiToolWindowOrientation | |
toolWindow | INiWindowFrame | |
return | HResult |
public GetDocumentWindowIterator ( INiIterator |
||
iterator | INiIterator |
|
return | HResult |
public GetWindowFrameForWindowPane ( INiWindowPane windowPane, INiWindowFrame &windowFrame ) : HResult | ||
windowPane | INiWindowPane | |
windowFrame | INiWindowFrame | |
return | HResult |
public InvalidateRequerySuggested ( ) : HResult | ||
return | HResult |
public NiShell ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
return | System |
protected OnRequerySuggested ( |
||
e | ||
return | void |
public QuerySaveViaDialog ( INiHierarchy hiers, NiQuerySaveResult &result ) : HResult | ||
hiers | INiHierarchy | |
result | NiQuerySaveResult | |
return | HResult |
public SaveDocDataToFile ( NiSaveMode mode, INiPersistFile persistFile, string fileName, string &newFileName, bool &saved ) : HResult | ||
mode | NiSaveMode | |
persistFile | INiPersistFile | |
fileName | string | |
newFileName | string | |
saved | bool | |
return | HResult |