JGR MSTS Editors and Tools
Feedback Constructor (type, operation, details)
NamespacesJgr.GuiFeedbackFeedback(FeedbackType, String, IDictionary<(Of <<'(String, String>)>>))

[This is preliminary documentation and is subject to change.]

Prepares a feedback report of a specific FeedbackType for the given operation.
Declaration Syntax
C#Visual BasicVisual C++
public Feedback(
	FeedbackType type,
	string operation,
	IDictionary<string, string> details
)
Public Sub New ( _
	type As FeedbackType, _
	operation As String, _
	details As IDictionary(Of String, String) _
)
public:
Feedback(
	FeedbackType type, 
	String^ operation, 
	IDictionary<String^, String^>^ details
)
Parameters
type (FeedbackType)
The type of feedback being collected.
operation (String)
The operation that failed if type is ApplicationFailure.
details (IDictionary<(Of <(<'String, String>)>)>)
Any associated data to send with the report.

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682