Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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.