ValidationContext.ServiceContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得驗證服務容器。
public:
property System::ComponentModel::Design::IServiceContainer ^ ServiceContainer { System::ComponentModel::Design::IServiceContainer ^ get(); };
public System.ComponentModel.Design.IServiceContainer ServiceContainer { get; }
member this.ServiceContainer : System.ComponentModel.Design.IServiceContainer
Public ReadOnly Property ServiceContainer As IServiceContainer
屬性值
驗證服務容器。
備註
屬性 ServiceContainer 用於在驗證期間取得服務。
如果建 IServiceProvider 構 IServiceContainer 函式中指定的提供者實作 介面,則會使用提供者來初始化 ServiceContainer 屬性。 否則, ServiceContainer 屬性會初始化為空的容器。