IWebClassLibProject.UpdateAnchoredPath(String, String) 方法

定义

更新定位路径。

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

参数

pszNewRootPath
String

新的路径。

pszOptionalVDir
String

可选目录。

返回

Int32

此 HRESULT。

适用于