Help.Collection Property
Returns the name of the current collection loaded.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Déclaration
ReadOnly Property Collection As String
'Utilisation
Dim instance As Help
Dim value As String
value = instance.Collection
string Collection { get; }
property String^ Collection {
String^ get ();
}
function get Collection () : String
Property Value
Type: System.String
Do not use.
Remarks
This property is deprecated. See Collection for information about the current implementation.
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- 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.