IVsOutput2.get_RootRelativeURL(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 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.