C# Class PowerStudio.DebugEngine.Events.OutputDebugStringEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) to output a string for debug tracing.
Inheritance: AsynchronousEvent, IDebugOutputStringEvent2
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Méthodes publiques

Méthode Description
GetString ( string &pbstrString ) : int

Gets the displayable message.

OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio

Method Details

GetString() public méthode

Gets the displayable message.
public GetString ( string &pbstrString ) : int
pbstrString string Returns the displayable message.
Résultat int

OutputDebugStringEvent() public méthode

public OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio
value string
Résultat Microsoft.VisualStudio