IVsDebuggableProjectCfg.get_RootURL(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.
Returns a configuration's root URL for its output items.
public:
int get_RootURL([Runtime::InteropServices::Out] System::String ^ % pbstrRootURL);
public int get_RootURL (out string pbstrRootURL);
abstract member get_RootURL : string -> int
Public Function get_RootURL (ByRef pbstrRootURL As String) As Integer
Parameters
- pbstrRootURL
- String
[out] Pointer to the root URL for the configuration's output items.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.