SelectionState.IsCommandToBeFilteredOutForSingleSelection, méthode
True si la commande spécifiée ne doit pas être activée pour cet état de sélection. La méthode est évaluée pour la sélection forcée.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Protected Overridable Function IsCommandToBeFilteredOutForSingleSelection ( _
command As CommandID _
) As Boolean
protected virtual bool IsCommandToBeFilteredOutForSingleSelection(
CommandID command
)
Paramètres
- command
Type : System.ComponentModel.Design.CommandID
Valeur de retour
Type : System.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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.