PartBuilder.ExportInterfaces 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依對應型別指定一組應匯出的介面。
多載
ExportInterfaces() |
指定應匯出相符型別的所有介面。 |
ExportInterfaces(Predicate<Type>) |
依對應型別指定一組應匯出的介面。 |
ExportInterfaces(Predicate<Type>, Action<Type,ExportBuilder>) |
依照對應型別指定一組應匯出介面,並提供匯出結果的組態資訊。 |
ExportInterfaces()
指定應匯出相符型別的所有介面。
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ExportInterfaces();
public System.ComponentModel.Composition.Registration.PartBuilder ExportInterfaces ();
member this.ExportInterfaces : unit -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportInterfaces () As PartBuilder
傳回
目前的物件,用於允許鏈結。
適用於
ExportInterfaces(Predicate<Type>)
依對應型別指定一組應匯出的介面。
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ExportInterfaces(Predicate<Type ^> ^ interfaceFilter);
public System.ComponentModel.Composition.Registration.PartBuilder ExportInterfaces (Predicate<Type> interfaceFilter);
member this.ExportInterfaces : Predicate<Type> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportInterfaces (interfaceFilter As Predicate(Of Type)) As PartBuilder
參數
傳回
目前的物件,用於允許鏈結。
例外狀況
interfaceFilter
為 null
。
備註
這個方法不會匯出 IDisposable 或 IPartImportsSatisfiedNotification 物件。
適用於
ExportInterfaces(Predicate<Type>, Action<Type,ExportBuilder>)
依照對應型別指定一組應匯出介面,並提供匯出結果的組態資訊。
public:
System::ComponentModel::Composition::Registration::PartBuilder ^ ExportInterfaces(Predicate<Type ^> ^ interfaceFilter, Action<Type ^, System::ComponentModel::Composition::Registration::ExportBuilder ^> ^ exportConfiguration);
public System.ComponentModel.Composition.Registration.PartBuilder ExportInterfaces (Predicate<Type> interfaceFilter, Action<Type,System.ComponentModel.Composition.Registration.ExportBuilder> exportConfiguration);
member this.ExportInterfaces : Predicate<Type> * Action<Type, System.ComponentModel.Composition.Registration.ExportBuilder> -> System.ComponentModel.Composition.Registration.PartBuilder
Public Function ExportInterfaces (interfaceFilter As Predicate(Of Type), exportConfiguration As Action(Of Type, ExportBuilder)) As PartBuilder
參數
- exportConfiguration
- Action<Type,ExportBuilder>
包含匯出相關組態資訊的物件。 預設值是 null
。
傳回
目前的物件,用於允許鏈結。
例外狀況
interfaceFilter
為 null
。
備註
這個方法不會匯出 IDisposable 或 IPartImportsSatisfiedNotification 物件。