Partager via


Help2.SetCollection Method (String, String)

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

See Also

Reference

Help2 Interface

SetCollection Overload

Microsoft.VisualStudio.VSHelp80 Namespace