Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub RegisterLink( _
ByVal name As System.String, _
ByVal url As System.String _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebInput
Dim name As System.String
Dim url As System.String
instance.RegisterLink(name, url) |
| C# | |
|---|
public void RegisterLink(
System.string name,
System.string url
) |
| Delphi | |
|---|
public procedure RegisterLink(
name: System.String;
url: System.String
); |
| JScript | |
|---|
public function RegisterLink(
name : System.String,
url : System.String
); |
| Managed Extensions for C++ | |
|---|
public: void RegisterLink(
System.string* name,
System.string* url
) |
| C++/CLI | |
|---|
public:
void RegisterLink(
System.String^ name,
System.String^ url
) |
Parameters
- name
- url
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also