ShareWindowCommandEventArgs.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.
Gets or sets the window sharing command.
public:
property ShareWindowCommand Command { ShareWindowCommand get(); void set(ShareWindowCommand value); };
ShareWindowCommand Command();
void Command(ShareWindowCommand value);
public ShareWindowCommand Command { get; set; }
var shareWindowCommand = shareWindowCommandEventArgs.command;
shareWindowCommandEventArgs.command = shareWindowCommand;
Public Property Command As ShareWindowCommand
Property Value
A ShareWindowCommand value representing the window sharing command.