次の方法で共有


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>

適用対象