Syntax
Visual Basic (Declaration) | |
---|
Public Function ResolveImagePath( _
ByVal folder As System.String, _
ByVal image As System.String _
) As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim folder As System.String
Dim image As System.String
Dim value As System.String
value = instance.ResolveImagePath(folder, image) |
C# | |
---|
public System.string ResolveImagePath(
System.string folder,
System.string image
) |
Delphi | |
---|
public function ResolveImagePath(
folder: System.String;
image: System.String
): System.String; |
JScript | |
---|
public function ResolveImagePath(
folder : System.String,
image : System.String
) : System.String; |
Managed Extensions for C++ | |
---|
public: System.string* ResolveImagePath(
System.string* folder,
System.string* image
) |
C++/CLI | |
---|
public:
System.String^ ResolveImagePath(
System.String^ folder,
System.String^ image
) |
Parameters
- folder
- image
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