XmlReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
納入衍生類型的對應,以便稍後叫用匯入方法時使用。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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 類別的執行個體,其中包含衍生自 XmlIncludeAttribute 屬性的自訂屬性。