IVsOutput2.get_RootRelativeURL(String) Method

Definition

Returns an output item's path relative to the application directory when installed.

public:
 int get_RootRelativeURL([Runtime::InteropServices::Out] System::String ^ % pbstrRelativePath);
public int get_RootRelativeURL (out string pbstrRelativePath);
abstract member get_RootRelativeURL : string -> int
Public Function get_RootRelativeURL (ByRef pbstrRelativePath As String) As Integer

Parameters

pbstrRelativePath
String

[out] Pointer to the canonical name.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to