AppBroadcastPlugInManager.PlugInList 属性

定义

获取所有应用广播插件的只读列表。

public:
 property IVectorView<AppBroadcastPlugIn ^> ^ PlugInList { IVectorView<AppBroadcastPlugIn ^> ^ get(); };
IVectorView<AppBroadcastPlugIn> PlugInList();
public IReadOnlyList<AppBroadcastPlugIn> PlugInList { get; }
var iVectorView = appBroadcastPlugInManager.plugInList;
Public ReadOnly Property PlugInList As IReadOnlyList(Of AppBroadcastPlugIn)

属性值

所有应用广播插件的只读列表。

Windows 要求

应用功能
appBroadcast appBroadcastSettings

适用于