WorkflowCompilerParameters::LibraryPaths Property

 

Gets the property that represents a collection of directory names under which compiler looks for referenced assemblies.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property StringCollection^ LibraryPaths {
	StringCollection^ get();
}

Property Value

Type: System.Collections.Specialized::StringCollection^

The property that represents a collection of directory names under which compiler looks for referenced assemblies.

The compiler adds standard library paths to the collection.

The following code example demonstrates how to create a new instance of the WorkflowCompilerParameters class, add LibraryPaths and set the value for the CompilerParameters::OutputAssembly property. The code also creates a new instance of the WorkflowCompiler class and runs the WorkflowCompiler::Compile method. This code assumes that results is of type WorkflowCompilerResults. This code example is part of the Outlook Workflow Wizard SDK Sample from the WizardForm.cs file. For more information, see Outlook Workflow Wizard.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: