EnterpriseEnrollmentManager.EnrolledEnterprises プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーが登録されているすべての企業の一覧を取得します。
public:
static property IVectorView<Enterprise ^> ^ EnrolledEnterprises { IVectorView<Enterprise ^> ^ get(); };
static IVectorView<Enterprise> EnrolledEnterprises();
public static IReadOnlyList<Enterprise> EnrolledEnterprises { get; }
var iVectorView = EnterpriseEnrollmentManager.enrolledEnterprises;
Public Shared ReadOnly Property EnrolledEnterprises As IReadOnlyList(Of Enterprise)
プロパティ値
ユーザーが登録されているすべての企業の一覧。