Método IVsSccManager2.BrowseForProject (String, Int32)
Obsoleto: Retorna E_NOTIMPL.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
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
Parâmetros
- pbstrDirectory
Não use.
- pfOK
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsSccManager2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo