Pagsasanay
Module
Automatic function calling - Training
Learn how you can automatically invoke functions using the Semantic Kernel SDK.
Hindi na suportado ang browser na ito.
Mag-upgrade sa Microsoft Edge para samantalahin ang mga pinakabagong tampok, update sa seguridad, at teknikal na suporta.
What: Lets you immediately generate the declaration or definition of a function.
When: You have a function that needs a declaration, or vice-versa.
Why: You could manually create the declaration/definition, but this will create it automatically, creating the header/code file if necessary.
How:
Place your text or mouse cursor over the function for which you want to create the declaration or definition.
Next, do one of the following:
The function's declaration/definition will be created in the source or header file, which you'll see in a popup preview window. If the source or header file doesn't exist, it will also be created and placed in the project.
Pagsasanay
Module
Automatic function calling - Training
Learn how you can automatically invoke functions using the Semantic Kernel SDK.
Dokumentasyon
Navigate C++ code in Visual Studio
Use various tools in Visual Studio to navigate around your C++ codebase.
Learn more about: Rename
Visualize C/C++ macro expansion
Learn how to use Visual Studio to visualize C/C++ macro expansion.