SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將衍生型別 (Derived Type) 的對應置於 SoapReflectionImporter 執行個體的內容,以便稍後叫用匯入方法時使用。
public:
void IncludeTypes(System::Reflection::ICustomAttributeProvider ^ provider);
public void IncludeTypes (System.Reflection.ICustomAttributeProvider provider);
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
Public Sub IncludeTypes (provider As ICustomAttributeProvider)
參數
- provider
- ICustomAttributeProvider
ICustomAttributeProvider 反映 (Reflection) 物件,其中含有衍生自 SoapIncludeAttribute 屬性 (Attribute) 的自訂屬性。