Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property OutputDataReceived As ActivityAction(Of String)
Get
Set
[BrowsableAttribute(false)]
public ActivityAction<string> OutputDataReceived { get; set; }
[BrowsableAttribute(false)]
public:
property ActivityAction<String^>^ OutputDataReceived {
ActivityAction<String^>^ get ();
void set (ActivityAction<String^>^ value);
}
[<BrowsableAttribute(false)>]
member OutputDataReceived : ActivityAction<string> with get, set
function get OutputDataReceived () : ActivityAction<String>
function set OutputDataReceived (value : ActivityAction<String>)
Property Value
Type: System.Activities.ActivityAction<String>
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace