共用方式為


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>,其中包含參考的型別。

適用於