다음을 통해 공유


IWebClassLibProject.UpdateAnchoredPath Method

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

Syntax

‘선언
Function UpdateAnchoredPath ( _
    pszNewRootPath As String, _
    pszOptionalVDir As String _
) As Integer
‘사용 방법
Dim instance As IWebClassLibProject
Dim pszNewRootPath As String
Dim pszOptionalVDir As String
Dim returnValue As Integer

returnValue = instance.UpdateAnchoredPath(pszNewRootPath, _
    pszOptionalVDir)
int UpdateAnchoredPath(
    string pszNewRootPath,
    string pszOptionalVDir
)
int UpdateAnchoredPath(
    [InAttribute] String^ pszNewRootPath, 
    [InAttribute] String^ pszOptionalVDir
)
abstract UpdateAnchoredPath : 
        pszNewRootPath:string * 
        pszOptionalVDir:string -> int 
function UpdateAnchoredPath(
    pszNewRootPath : String, 
    pszOptionalVDir : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IWebClassLibProject Interface

IWebClassLibProject Members

Microsoft.VisualStudio.Shell.Interop Namespace