IVsSccManager2.BrowseForProject Method

Obsolete: returns E_NOTIMPL.

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

Syntax

'宣言
Function BrowseForProject ( _
    <OutAttribute> ByRef pbstrDirectory As String, _
    <OutAttribute> ByRef pfOK As Integer _
) As Integer
'使用
Dim instance As IVsSccManager2
Dim pbstrDirectory As String
Dim pfOK As Integer
Dim returnValue As Integer

returnValue = instance.BrowseForProject(pbstrDirectory, _
    pfOK)
int BrowseForProject(
    out string pbstrDirectory,
    out int pfOK
)
int BrowseForProject(
    [OutAttribute] String^% pbstrDirectory, 
    [OutAttribute] int% pfOK
)
function BrowseForProject(
    pbstrDirectory : String, 
    pfOK : int
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsSccManager2 Interface

IVsSccManager2 Members

Microsoft.VisualStudio.Shell.Interop Namespace