AppResourceGroupInfo.IsShared 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.
Indicates whether the group is part of a shared resource group. Being part of a shared resource group indicates that there are multiple apps in the package and that they share a common component.
public:
property bool IsShared { bool get(); };
bool IsShared();
public bool IsShared { get; }
var boolean = appResourceGroupInfo.isShared;
Public ReadOnly Property IsShared As Boolean
Property Value
bool
True means the group is part of a shared resource group; false, otherwise.
Windows requirements
App capabilities |
appDiagnostics
|
Remarks
When a resource group is shared, it will show up in the resource group collections reported by multiple apps if those apps that share this resource group are currently running.