Tracer.ImportedWorkflowFromXaml(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ImportedWorkflowFromXaml (EventId: 0xb01a/45082)
public:
void ImportedWorkflowFromXaml(Guid workflowId, System::String ^ xamlFile);
public void ImportedWorkflowFromXaml (Guid workflowId, string xamlFile);
[System.Management.Automation.Tracing.EtwEvent(45082)]
public void ImportedWorkflowFromXaml (Guid workflowId, string xamlFile);
member this.ImportedWorkflowFromXaml : Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45082)>]
member this.ImportedWorkflowFromXaml : Guid * string -> unit
Public Sub ImportedWorkflowFromXaml (workflowId As Guid, xamlFile As String)
Parameters
- workflowId
- Guid
- xamlFile
- String
- Attributes