Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Obsolete: returns E_NOTIMPL.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function BrowseForProject ( _
<OutAttribute> ByRef pbstrDirectory As String, _
<OutAttribute> ByRef pfOK As Integer _
) As Integer
'Usage
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
)
abstract BrowseForProject :
pbstrDirectory:string byref *
pfOK:int byref -> int
function BrowseForProject(
pbstrDirectory : String,
pfOK : int
) : int
Parameters
- pbstrDirectory
Type: System.String%
Do not use.
- pfOK
Type: System.Int32%
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.