Library.Type 属性

定义

获取此库的类型。

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

属性值

此库的类型。

注解

常见的库类型值包括:

  • package - NuGet 包
  • project - 项目参考
  • referenceassembly - 引用程序集

适用于