共用方式為


SmartCardAppletIdGroup.AppletIds 屬性

定義

取得小程式識別碼的集合。

public:
 property IVector<IBuffer ^> ^ AppletIds { IVector<IBuffer ^> ^ get(); };
IVector<IBuffer> AppletIds();
public IList<IBuffer> AppletIds { get; }
var iVector = smartCardAppletIdGroup.appletIds;
Public ReadOnly Property AppletIds As IList(Of IBuffer)

屬性值

小程式識別碼的集合。

適用於

另請參閱