Подскажите, пожалуйсте как в VB.NET 2003 задавать описание функций таких как, например в описании функции CreateSubKey библиотеки mscorlib Namespace Microsoft.Win32 Class RegistryKey
Public Function CreateSubKey(ByVal subkey As String) As Microsoft.Win32.RegistryKey
Member of: Microsoft.Win32.RegistryKey
Summary:
Creates a new subkey or opens an existing subkey. The string subKey is not case-sensitive.
Parameters:
subkey: Name or path of subkey to create or open.
Return Values:
Returns the subkey, or null if the operation failed.