Méthode SetViewCommand
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Sub SetViewCommand ( _
commandID As CommandID _
)
'Utilisation
Dim instance As IDesignerToolWindow
Dim commandID As CommandID
instance.SetViewCommand(commandID)
void SetViewCommand(
CommandID commandID
)
void SetViewCommand(
CommandID^ commandID
)
abstract SetViewCommand :
commandID:CommandID -> unit
function SetViewCommand(
commandID : CommandID
)
Paramètres
- commandID
Type : System.ComponentModel.Design. . :: . .CommandID
Voir aussi