Udostępnij za pośrednictwem


Metoda IVsSccManager2.BrowseForProject — (String, Int32)

 

Wygasłe: zwraca E_NOTIMPL.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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
    Nie należy używać.
  • pfOK
    Nie należy używać.

Wartość zwracana

Type: System.Int32

Zobacz też

Interfejs IVsSccManager2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku