ImportOptions.ReferencedTypes 属性

定义

获取 IList<T>,其中包含生成的代码中所引用的类型。

public:
 property System::Collections::Generic::ICollection<Type ^> ^ ReferencedTypes { System::Collections::Generic::ICollection<Type ^> ^ get(); };
public System.Collections.Generic.ICollection<Type> ReferencedTypes { get; }
member this.ReferencedTypes : System.Collections.Generic.ICollection<Type>
Public ReadOnly Property ReferencedTypes As ICollection(Of Type)

属性值

ICollection<Type>

一个包含所引用的类型的 IList<T>

适用于