约 50 个结果
在新选项卡中打开链接
  1. about_PSItem - PowerShell | Microsoft Learn

    The automatic variable that contains the current object in the pipeline object.

  2. about_Variables - PowerShell | Microsoft Learn

    Variable names aren't case-sensitive, and can include spaces and special characters. But, variable names that include special characters and spaces are difficult to use and should be avoided. For …

  3. Predefined variables - Azure Pipelines | Microsoft Learn

    In YAML pipelines, you can reference predefined variables as environment variables. For example, the variable Build.ArtifactStagingDirectory becomes the variable …

  4. Variable data types - Power Automate | Microsoft Learn

    When you create variables in your flows, Power Automate converts them to a specific type based on their content. Some of these data types are widely used throughout the application, such as …

  5. New-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The New-Variable cmdlet creates a new variable in PowerShell. You can assign a value to the variable while creating it or assign or change the value after it is created. You can use the parameters of New …

  6. cmd | Microsoft Learn

    2025年5月23日 · Reference article for the cmd command, which starts a new instance of the command interpreter.

  7. Work with variables - Microsoft Copilot Studio

    2026年3月12日 · Create customized conversations by using variables with custom and prebuilt entities in Microsoft Copilot Studio.

  8. Identifier names - rules and conventions - C# | Microsoft Learn

    2025年10月10日 · An identifier is the name you assign to a type (class, interface, struct, delegate, or enum), member, variable, or namespace. This article covers the essential rules for valid C# …

  9. Visual Studio 2026 Release Notes | Microsoft Learn

    2026年3月24日 · Visual Studio now more reliably displays variable values and object previews when you hover over variables or components in a Razor file during a debugging session, making it easier to …

  10. How to use YAML templates for reusable and secure pipelines - Azure ...

    2025年10月10日 · Note Use parameters instead of variables for added security such as specifying type. For more information on the importance of using parameters for shell tasks, refer to the Enable shell …