Udostępnij przez


Metoda IDesignerToolWindow.SetViewCommand

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Sub SetViewCommand ( _
    commandID As CommandID _
)
'Użycie
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
)

Parametry