DesignerView Costruttori
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.
Inizializza una nuova istanza della classe DesignerView.
Overload
DesignerView(Int32, String, Image) |
Inizializza una nuova istanza della classe DesignerView utilizzando un numero intero, una stringa e un oggetto Image. |
DesignerView(Int32, String, Image, ActivityDesigner) |
Inizializza una nuova istanza della classe DesignerView utilizzando un numero intero, una stringa, un oggetto Image e un oggetto ActivityDesigner. |
DesignerView(Int32, String, Image)
Inizializza una nuova istanza della classe DesignerView utilizzando un numero intero, una stringa e un oggetto Image.
public:
DesignerView(int viewId, System::String ^ text, System::Drawing::Image ^ image);
public DesignerView (int viewId, string text, System.Drawing.Image image);
new System.Workflow.ComponentModel.Design.DesignerView : int * string * System.Drawing.Image -> System.Workflow.ComponentModel.Design.DesignerView
Public Sub New (viewId As Integer, text As String, image As Image)
Parametri
- viewId
- Int32
Identificatore integer per la visualizzazione di progettazione.
- text
- String
Stringa che specifica il nome della visualizzazione di progettazione.
Eccezioni
Il parametro viewId
o text
contiene il valore null
.
Si applica a
DesignerView(Int32, String, Image, ActivityDesigner)
Inizializza una nuova istanza della classe DesignerView utilizzando un numero intero, una stringa, un oggetto Image e un oggetto ActivityDesigner.
public:
DesignerView(int viewId, System::String ^ text, System::Drawing::Image ^ image, System::Workflow::ComponentModel::Design::ActivityDesigner ^ associatedDesigner);
public DesignerView (int viewId, string text, System.Drawing.Image image, System.Workflow.ComponentModel.Design.ActivityDesigner associatedDesigner);
new System.Workflow.ComponentModel.Design.DesignerView : int * string * System.Drawing.Image * System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.DesignerView
Public Sub New (viewId As Integer, text As String, image As Image, associatedDesigner As ActivityDesigner)
Parametri
- viewId
- Int32
Identificatore integer per la visualizzazione di progettazione.
- text
- String
Stringa che specifica il nome della visualizzazione di progettazione.
- associatedDesigner
- ActivityDesigner
Elemento ActivityDesigner associato alla visualizzazione di progettazione.
Eccezioni
Il parametro viewId
, text
o associatedDesigner
contiene il valore null
.