Help2.AskAQuestion(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a URL based on the supplied flag.
public:
void AskAQuestion(System::UInt32 askQuestionFlags);
public:
void AskAQuestion(unsigned int askQuestionFlags);
void AskAQuestion(unsigned int askQuestionFlags);
[System.Runtime.InteropServices.DispId(31)]
public void AskAQuestion (uint askQuestionFlags);
[<System.Runtime.InteropServices.DispId(31)>]
abstract member AskAQuestion : uint32 -> unit
Public Sub AskAQuestion (askQuestionFlags As UInteger)
Parameters
- askQuestionFlags
- UInt32
A flag specified in __vsAskQuestionFlags enumeration.
- Attributes
Remarks
AskAQuestion is implemented to ask a question or to send feedback.