IDesignerVerbProvider Interfaccia
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.*
Definisce un mezzo per restituire ActivityDesigner i verbi della finestra di progettazione.
public interface class IDesignerVerbProvider
public interface IDesignerVerbProvider
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IDesignerVerbProvider
type IDesignerVerbProvider = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IDesignerVerbProvider = interface
Public Interface IDesignerVerbProvider
- Attributi
Commenti
Note
Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.
Metodi
| Nome | Descrizione |
|---|---|
| GetVerbs(ActivityDesigner) |
Obsoleti.
Restituisce la ActivityDesignerVerb raccolta associata all'oggetto specificato ActivityDesigner. |