IWorkflowCompilerOptionsService Gränssnitt

Definition

Varning

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Definierar gränssnittet som implementeras av miljön som är värd för arbetsflödesdesignern och kompilatorn för att tillhandahålla miljöspecifik kompileringsinformation under validerings- och kompileringsprocesserna.

public interface class IWorkflowCompilerOptionsService
public interface IWorkflowCompilerOptionsService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowCompilerOptionsService
type IWorkflowCompilerOptionsService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowCompilerOptionsService = interface
Public Interface IWorkflowCompilerOptionsService
Härledda
Attribut

Kommentarer

Important

I det här materialet diskuteras typer och namnområden som är föråldrade. Mer information finns i Deprecated Types in Windows Workflow Foundation 4.5.

Egenskaper

Name Description
CheckTypes
Föråldrad.

Hämtar ett värde som anger om typer kontrolleras.

Language
Föråldrad.

Hämtar det programmeringsspråk som används av miljön, till exempel Visual Studio, när arbetsflödet kompileras.

RootNamespace
Föråldrad.

Hämtar rotnamnområdet som angetts för projektet.

Gäller för