Questions tagged [microsoft-documentation]

23 questions
0
votes
1 answer

AutoHotKey / SendMessage/ How should i retrieve the corresponding number of an action for a specific control with sendmessage

I'd like to select a date in my calendar with a AHK script. For this, i'm using the function sendMessage because i'd like to select a date from an external app. I'd like to use the SETCURSEL_MCM message from Microsoft documentation. How could i find…
0
votes
2 answers

How to always get the English version from docs.microsoft.com?

When you visit https://learn.microsoft.com, it shows pages in my proper language. Sometimes the pages are properly translated by humans, sometimes it is IA badly translated. How to always get the English version from learn.microsoft.com?
G Clovs
  • 2,442
  • 3
  • 19
  • 24
0
votes
3 answers

Testing Azure Stream Analytics Job not working (Error on send)

I'm trying to complete the tutorial of Azure Stream Analytics that using an app provided by Microsoft docs to send data to Azure Event Hub, to be simple, I'm just following this tutorial. Now I got stuck at the step: "Start the event generator…
0
votes
1 answer

Where to find docs of UWP apps for app-to-app communication?

Microsoft Universal Windows Platform enables two-way app-to-app communications using the method Luncher.LaunchUriForResultAsync as described here. The following Windows apps declare the property ReturnResults in their manifests as…
0
votes
1 answer

git on Azure don't ask me for password, push fails

I am learning Azure, and what I observed, a huge part of the official Microsoft documentation is either obsolete, or doesn't correspond to the reality, or just does not work as expected because of errors. One example is the article I study, Create…
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

How to use filter Odata Expression in Docs.microsoft Focus Mode

I'm trying to get the list of all resources based on its type using Azure API. I can able to achieve this using Azure Fluent SDK var resource = resouceManagementClient.Resources.ListAsync(new ODataQuery(x =>…
0
votes
1 answer

Microsoft Poor Documentation on Azure: Table​Operation.​Merge Method

I am a newbie in Azure so I read the Microsoft Table​Operation.​Merge Method. Creates a new table operation that merges the contents of the given entity with the existing entity in a table. That is all... Now, what should I understand from the…
serge
  • 13,940
  • 35
  • 121
  • 205
-2
votes
2 answers

How to exclude inherited members from Microsoft online api/class documentation

When browsing Microsoft class documentation, I would like to be able to hide inherited members (i.e. inherited properties and methods). Often, I find myself looking at intermediate abstract base classes to see what specific functionality they add,…
1
2