[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] The IronPython extensibility sample is an end-to-end sample of how to integrate a managed language with Visual Studio.
Security Note |
|---|
| This sample code is provided to illustrate a concept and should not be used in production applications or Web sites, as it might not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
The IronPython extensibility sample is just a sample, and not a shipping product. Not all features are fully implemented. For example, you can remove a file from the Solution Explorer, but you cannot delete one there.
The IronPython language project system includes:
-
A project system.
-
A language service that demonstrates:
-
An interactive command window.
-
Windows Forms Designer integration.
The Windows Forms Designer integration connects the Windows Forms Designer to the IronPython CodeDOM. This lets you drag controls to the form, change to code view to see the generated code, change the code, and return to design view to see the resulting changes.
Note |
|---|
| This sample consumes the IronPython implementation DLLs. To download the latest binaries, sources, or samples, see IronPython. |
Because of the size of this sample, the documentation has been broken into several topics.
In This Section
Related Sections