Help.SetCollection Method
Loads a Help collection into Document Explorer.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaration
Sub SetCollection ( _
bstrCollection As String, _
bstrFilter As String _
)
void SetCollection(
string bstrCollection,
string bstrFilter
)
void SetCollection(
[InAttribute] String^ bstrCollection,
[InAttribute] String^ bstrFilter
)
abstract SetCollection :
bstrCollection:string *
bstrFilter:string -> unit
function SetCollection(
bstrCollection : String,
bstrFilter : String
)
Parameters
- bstrCollection
Type: System.String
Namespace of the Help collection
- bstrFilter
Type: System.String
Name of filter. Use an empty string for no filtering.
Remarks
This method is deprecated. See SetCollection for information about the current implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.