IWebClassLibProject::UpdateAnchoredPath Method (String^, String^)

 

Updates the anchored path.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int UpdateAnchoredPath(
	String^ pszNewRootPath,
	String^ pszOptionalVDir
)

Parameters

pszNewRootPath
Type: System::String^

The new path.

pszOptionalVDir
Type: System::String^

The optional directory.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: