DocData::CheckoutFile Method (IServiceProvider^)

 

Checks out the doc data file from source code control.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void CheckoutFile(
	IServiceProvider^ provider
)

Parameters

provider
Type: System::IServiceProvider^

The IServiceProvider interface used for the checkout operation.

If you are using DocData objects in conjunction with the DesignerDocDataService, you should use that service's CheckoutFiles method to check out all files as a unit.

Return to top
Show: