IAssemblySymbol.TypeNames 属性

定义

从此程序集中获取类型标识符集。

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

属性值

适用于