Connector.Source Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’emplacement ConnectionPoint où commence le Connector dessin.
public:
property System::Workflow::ComponentModel::Design::ConnectionPoint ^ Source { System::Workflow::ComponentModel::Design::ConnectionPoint ^ get(); void set(System::Workflow::ComponentModel::Design::ConnectionPoint ^ value); };
public System.Workflow.ComponentModel.Design.ConnectionPoint Source { get; set; }
member this.Source : System.Workflow.ComponentModel.Design.ConnectionPoint with get, set
Public Property Source As ConnectionPoint
Valeur de propriété
L’emplacement ConnectionPoint où commence le Connector dessin.
Exceptions
Lorsque vous définissez cette propriété, la source AssociatedDesigner ne correspond pas au concepteur associé cible.
Source a été défini sur une référence Null (Nothing dans Visual Basic).