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)

屬性值

IList<T> A 包含參考型別。

適用於