IVsDataProvider.IsOperationSupported, méthode (CommandID, Object)
Détermine si une opération spécifique en charge par le fournisseur dans l'environnement actuel.
Espace de noms : Microsoft.VisualStudio.Data.Core
Assembly : Microsoft.VisualStudio.Data.Core (dans Microsoft.VisualStudio.Data.Core.dll)
Syntaxe
'Déclaration
Function IsOperationSupported ( _
command As CommandID, _
context As Object _
) As Boolean
bool IsOperationSupported(
CommandID command,
Object context
)
bool IsOperationSupported(
CommandID^ command,
Object^ context
)
abstract IsOperationSupported :
command:CommandID *
context:Object -> bool
function IsOperationSupported(
command : CommandID,
context : Object
) : boolean
Paramètres
- command
Type : System.ComponentModel.Design.CommandID
Une commande qui identifie l'exécution.
- context
Type : System.Object
Un objet qui représente le contexte dans lequel l'exécution existe.
Valeur de retour
Type : System.Boolean
true si l'opération est prise en charge par le fournisseur dans l'environnement actuel ; sinon, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre command est nullune référence null (Nothing en Visual Basic). |
[<ANY>] | L'implémentation de l' IsOperationSupported du fournisseur de DDEX a levé une exception. |
Notes
Délégués de cette méthode à la méthode d' IsOperationSupported , en passant Empty comme valeur du paramètre d' source .
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.