Help::SetCollection Method (String^, String^)

 

Loads a Help collection into Document Explorer.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

void SetCollection(
	String^ bstrCollection,
	String^ bstrFilter
)

Parameters

bstrCollection
Type: System::String^

Namespace of the Help collection

bstrFilter
Type: System::String^

Name of filter. Use an empty string for no filtering.

This method is deprecated. See SetCollection for information about the current implementation.

Return to top
Show: