IVsSccProjectProviderBinding::GetProviderBindingOptions Method (UInt32)
Visual Studio 2015
Retrieves the flags that control editing of the source control server path.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pvscpboOptions
-
Type:
System::UInt32
[out] Returns a combination of values from the __VSSCCPROVIDERBINDINGOPTIONS enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From ivssccprojectproviderbinding.idl
HRESULT GetProviderBindingOptions( [out, retval] VSSCCPROVIDERBINDINGOPTIONS *pvscpboOptions );
The values returned from this method determine how the user can specify a source control server path. For example, if the project supports browsing for the server location, then the flag VSSCC_PBO_CANBROWSESERVERPATH is returned and the BrowseServerPath method is called.
Show: