Method | Description | |
---|---|---|
CreateToolWindow ( System.Guid guid, INiWindowPane &toolWindow ) : HResult | ||
CreateToolWindow ( |
||
FindToolWindow ( |
||
GetNiResources ( IResource &value ) : HResult | ||
GetSite ( IServiceProvider &serviceProvider ) : HResult | ||
GetStringResource ( string key, string &value ) : HResult | ||
Initialize ( ) : HResult | ||
PreFilterMessage ( |
||
QueryClose ( bool &canClose ) : HResult | ||
Register ( INiRegistrationContext registrationContext ) : HResult | ||
SetSite ( IServiceProvider serviceProvider ) : HResult | ||
Unregister ( INiRegistrationContext registrationContext ) : HResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
NiPackage ( ) : System | ||
OnPackageClosing ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
EnsureStringResources ( ) : void | ||
GetService ( |
||
RegisterEditorFactories ( ) : void | ||
toolWindow_Closed ( object sender, |
public CreateToolWindow ( System.Guid guid, INiWindowPane &toolWindow ) : HResult | ||
guid | System.Guid | |
toolWindow | INiWindowPane | |
return | HResult |
public CreateToolWindow ( |
||
toolType | ||
return |
public FindToolWindow ( |
||
toolType | ||
create | bool | |
return |
public GetNiResources ( IResource &value ) : HResult | ||
value | IResource | |
return | HResult |
public GetSite ( IServiceProvider &serviceProvider ) : HResult | ||
serviceProvider | IServiceProvider | |
return | HResult |
public GetStringResource ( string key, string &value ) : HResult | ||
key | string | |
value | string | |
return | HResult |
protected OnPackageClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
public PreFilterMessage ( |
||
message | ||
return | HResult |
public QueryClose ( bool &canClose ) : HResult | ||
canClose | bool | |
return | HResult |
public Register ( INiRegistrationContext registrationContext ) : HResult | ||
registrationContext | INiRegistrationContext | |
return | HResult |
public SetSite ( IServiceProvider serviceProvider ) : HResult | ||
serviceProvider | IServiceProvider | |
return | HResult |
public Unregister ( INiRegistrationContext registrationContext ) : HResult | ||
registrationContext | INiRegistrationContext | |
return | HResult |