次の方法で共有


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 - 参照アセンブリ

適用対象