DataViewHierarchyAccessor.GetCommandStatus, méthode (Int32, OleCommand)
Extrait l'état d'une commande OLE.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Function GetCommandStatus ( _
itemId As Integer, _
command As OleCommand _
) As OleCommandStatus
public OleCommandStatus GetCommandStatus(
int itemId,
OleCommand command
)
public:
OleCommandStatus^ GetCommandStatus(
int itemId,
OleCommand^ command
)
member GetCommandStatus :
itemId:int *
command:OleCommand -> OleCommandStatus
public function GetCommandStatus(
itemId : int,
command : OleCommand
) : OleCommandStatus
Paramètres
- itemId
Type : System.Int32
L'ID d'élément pour lequel l'état de la commande doit être récupéré.
- command
Type : Microsoft.VisualStudio.Data.OleCommand
La commande pour rechercher le mode.
Valeur de retour
Type : Microsoft.VisualStudio.Data.OleCommandStatus
Retourne un objet d' OleCommandStatus qui décrit l'état de OLE commande.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre command est null. |
ArgumentException | L'itemId spécifié n'est pas valide. |
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.