IVbcHostObject.SetSdkPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the location of mscorlib.dll and microsoft.visualbasic.dll.
public:
bool SetSdkPath(System::String ^ sdkPath);
public bool SetSdkPath (string sdkPath);
abstract member SetSdkPath : string -> bool
Public Function SetSdkPath (sdkPath As String) As Boolean
Parameters
- sdkPath
- String
The location of mscorlib.dll and microsoft.visualbasic.dll.
Returns
true
if the method was successful; otherwise, false
.