WorkflowCompilerOptionsService Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Fornisce un'implementazione predefinita di IWorkflowCompilerOptionsService.
public ref class WorkflowCompilerOptionsService : System::Workflow::ComponentModel::Compiler::IWorkflowCompilerOptionsService
public class WorkflowCompilerOptionsService : System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowCompilerOptionsService : System.Workflow.ComponentModel.Compiler.IWorkflowCompilerOptionsService
type WorkflowCompilerOptionsService = class
interface IWorkflowCompilerOptionsService
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilerOptionsService = class
interface IWorkflowCompilerOptionsService
Public Class WorkflowCompilerOptionsService
Implements IWorkflowCompilerOptionsService
- Ereditarietà
-
WorkflowCompilerOptionsService
- Attributi
- Implementazioni
Commenti
Nota
In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).
Costruttori
WorkflowCompilerOptionsService() |
Obsoleti.
Inizializza una nuova istanza della classe WorkflowCompilerOptionsService. |
Proprietà
CheckTypes |
Obsoleti.
Ottiene un valore che indica se i tipi nel flusso di lavoro compilato vengono verificati rispetto a un elenco che consente o esclude tipi in base al valore della proprietà Authorized. |
Language |
Obsoleti.
Ottiene il nome del linguaggio di programmazione utilizzato dall'ambiente. |
RootNamespace |
Obsoleti.
Ottiene lo spazio dei nomi radice per l'ambiente. |
TargetFrameworkMoniker |
Obsoleti.
Ottiene la versione di .NET Framework di destinazione per l'assembly del flusso di lavoro compilato. |
Metodi
Equals(Object) |
Obsoleti.
Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) |
GetHashCode() |
Obsoleti.
Funge da funzione hash predefinita. (Ereditato da Object) |
GetType() |
Obsoleti.
Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) |
MemberwiseClone() |
Obsoleti.
Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) |
ToString() |
Obsoleti.
Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |