IPin.IsControl, propriété
True si cette broche est connectée à un flux de contrôle. False si elle est connecté à un flux d'objet.
Espace de noms : Microsoft.VisualStudio.Uml.Actions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
Property IsControl As Boolean
bool IsControl { get; set; }
property bool IsControl {
bool get ();
void set (bool value);
}
abstract IsControl : bool with get, set
function get IsControl () : boolean
function set IsControl (value : boolean)
Valeur de propriété
Type : Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.