Help2.AskAQuestion Method
Displays a URL based on the supplied flag.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Déclaration
Sub AskAQuestion ( _
askQuestionFlags As UInteger _
)
void AskAQuestion(
uint askQuestionFlags
)
void AskAQuestion(
[InAttribute] unsigned int askQuestionFlags
)
abstract AskAQuestion :
askQuestionFlags:uint32 -> unit
function AskAQuestion(
askQuestionFlags : uint
)
Parameters
- askQuestionFlags
Type: System.UInt32
A flag specified in __vsAskQuestionFlags enumeration.
Remarks
AskAQuestion is implemented to ask a question or to send feedback.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.