次の方法で共有


EnterpriseEnrollmentManager.EnrolledEnterprises プロパティ

定義

ユーザーが登録されているすべての企業の一覧を取得します。

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)

プロパティ値

ユーザーが登録されているすべての企業の一覧。

適用対象