PreviewTeamCommandInvokedEventArgs.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
tbd
public:
property PreviewTeamViewCommand Command { PreviewTeamViewCommand get(); };
PreviewTeamViewCommand Command();
public PreviewTeamViewCommand Command { get; }
var previewTeamViewCommand = previewTeamCommandInvokedEventArgs.command;
Public ReadOnly Property Command As PreviewTeamViewCommand
Property Value
tbd