Sdílet prostřednictvím


IVsSccManager2.BrowseForProject – metoda (String, Int32)

 

Zastaralé: Vrátí E_NOTIMPL.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

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 (
    <OutAttribute> ByRef pbstrDirectory As String,
    <OutAttribute> ByRef pfOK As Integer
) As Integer

Parametry

  • pbstrDirectory
    Nepoužívejte.
  • pfOK
    Nepoužívejte.

Vrácená hodnota

Type: System.Int32

Viz také

IVsSccManager2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek