IVsSccProjectProviderBinding Members
Include Protected Members
Include Inherited Members
Allows a project type to force the choice of a particular source control package.
The IVsSccProjectProviderBinding type exposes the following members.
Methods
Name | Description | |
---|---|---|
BrowseServerPath | Displays a browse dialog box so that the user can browse for a source control server location. | |
GetProviderBinding | Determines if this project requires a specific source control package or if the project should be put under source control. | |
GetProviderBindingOptions | Retrieves the flags that control editing of the source control server path. | |
GetProviderService | This method retrieves the service ID (SID) of a service object that will be used to instantiate a source control package. | |
GetProviderSession | Returns a session object for a Version API (VAPI)-style source control package. | |
TranslateEnlistmentPath | Translates an enlistment path into a displayable path. | |
ValidateServerPathEdit | Determines if the given source control server path is valid. |
Top