Share via


IVsSccManager3.BrowseForProject Method

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

Syntax

'Declaration
Function BrowseForProject ( _
    <OutAttribute> ByRef pbstrDirectory As String, _
    <OutAttribute> ByRef pfOK As Integer _
) As Integer
int BrowseForProject(
    out string pbstrDirectory,
    out int pfOK
)
int BrowseForProject(
    [OutAttribute] String^% pbstrDirectory, 
    [OutAttribute] int% pfOK
)
abstract BrowseForProject : 
        pbstrDirectory:string byref * 
        pfOK:int byref -> int
function BrowseForProject(
    pbstrDirectory : String, 
    pfOK : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSccManager3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace