IVsSccProjectEnlistmentFactory Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodBrowseEnlistment(String^, String^, String^, String^)

Displays a browse dialog box allowing the user to change the enlistment choice.

System_CAPS_pubmethodGetDefaultEnlistment(String^, String^, String^)

Retrieves the suggested enlistment path based on the specified project path.

System_CAPS_pubmethodGetEnlistmentFactoryOptions(UInt32)

Retrieves the options that control the enlistment choice selection.

System_CAPS_pubmethodOnAfterEnlistmentCreate(String^, String^, String^)

Called by the environment after an enlistment has been completely created.

System_CAPS_pubmethodOnBeforeEnlistmentCreate(String^, String^, String^)

Allows the project to do any special operations before the enlistment is actually created.

System_CAPS_pubmethodValidateEnlistmentEdit(Int32, String^, String^, String^, Int32)

Validates an enlistment choice made by the user.

Return to top
Show: