Sdílet prostřednictvím


ResultEventArgs<T>(T) Constructor

Definition

Initializes a new instance of the ResultEventArgs<T> class.

public:
 ResultEventArgs(T result);
public:
 ResultEventArgs(T result);
 ResultEventArgs(T result);
public ResultEventArgs (T result);
new Microsoft.VisualStudio.Workspace.ResultEventArgs<'T> : 'T -> Microsoft.VisualStudio.Workspace.ResultEventArgs<'T>
Public Sub New (result As T)

Parameters

result
T

The result instance

Applies to