IWebClassLibProject.UpdateAnchoredPath(String, String) Method

Definition

Updates the anchored path.

public:
 int UpdateAnchoredPath(System::String ^ pszNewRootPath, System::String ^ pszOptionalVDir);
public:
 int UpdateAnchoredPath(Platform::String ^ pszNewRootPath, Platform::String ^ pszOptionalVDir);
int UpdateAnchoredPath(std::wstring const & pszNewRootPath, std::wstring const & pszOptionalVDir);
public int UpdateAnchoredPath (string pszNewRootPath, string pszOptionalVDir);
abstract member UpdateAnchoredPath : string * string -> int
Public Function UpdateAnchoredPath (pszNewRootPath As String, pszOptionalVDir As String) As Integer

Parameters

pszNewRootPath
String

The new path.

pszOptionalVDir
String

The optional directory.

Returns

The HRESULT.

Applies to