IPanel.IsApplicationOnPanel(Guid) Method
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 hosted application identified by the given ID is located on the panel.
public:
bool IsApplicationOnPanel(Guid id);
public bool IsApplicationOnPanel (Guid id);
abstract member IsApplicationOnPanel : Guid -> bool
Public Function IsApplicationOnPanel (id As Guid) As Boolean
Parameters
- id
- Guid
ID the hosted application.
Returns
true
if the application is on the panel; false
otherwise.