Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.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.
Implements
Help.SetCollection(String, String)
.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.