Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.