The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
VSConstants::CEF_CLONEFILE Field
An obsolete flag combined bitwise as the first parameter of the method CreateEditorInstance.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
This flag is obsolete. Adding a new file to a project is now more effectively done via File.NewFile or Project.AddNewItem, steps that each present the user with multiple valid files. Accepting one of these template types then copies the file and adds it to the project, accomplishing the same goal as CEF_CLONEFILE.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: