IVsDebuggableProjectCfg.get_RootURL(String) Method

Definition

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.

Implements

Applies to