Help2.SetCollection(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
void SetCollection(System::String ^ bstrCollection, System::String ^ bstrFilter);
public:
void SetCollection(Platform::String ^ bstrCollection, Platform::String ^ bstrFilter);
void SetCollection(std::wstring const & bstrCollection, std::wstring const & bstrFilter);
[System.Runtime.InteropServices.DispId(20)]
public void SetCollection (string bstrCollection, string bstrFilter);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member SetCollection : string * string -> unit
Public Sub SetCollection (bstrCollection As String, bstrFilter As String)
Parameters
- bstrCollection
- String
Namespace of the Help collection
- bstrFilter
- String
Name of filter. Use an empty string for no filtering.
Implements
- Attributes