IVsSccProjectEnlistmentFactory Members
Include Protected Members
Include Inherited Members
Provides a browse dialog box in which the user can select where a project under source control is to be saved.
The IVsSccProjectEnlistmentFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
BrowseEnlistment | Displays a browse dialog box allowing the user to change the enlistment choice. | |
GetDefaultEnlistment | Retrieves the suggested enlistment path based on the specified project path. | |
GetEnlistmentFactoryOptions | Retrieves the options that control the enlistment choice selection. | |
OnAfterEnlistmentCreate | Called by the environment after an enlistment has been completely created. | |
OnBeforeEnlistmentCreate | Allows the project to do any special operations before the enlistment is actually created. | |
ValidateEnlistmentEdit | Validates an enlistment choice made by the user. |
Top