| PluginHelperBigBoxMainViewModel Property |
Gets or sets the Big Box main view model that is used to navigate around in Big Box. Will be null when in LaunchBox. This property is automatically set by Big Box and should not be set by any plugins.
Namespace: Unbroken.LaunchBox.PluginsAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static IBigBoxMainViewModel BigBoxMainViewModel { get; set; }
Public Shared Property BigBoxMainViewModel As IBigBoxMainViewModel
Get
Set
public:
static property IBigBoxMainViewModel^ BigBoxMainViewModel {
IBigBoxMainViewModel^ get ();
void set (IBigBoxMainViewModel^ value);
}
static member BigBoxMainViewModel : IBigBoxMainViewModel with get, set
Property Value
IBigBoxMainViewModelSee Also