ImportContext.Warnings プロパティ

定義

記述したコード エンティティをインポートする際に生成される警告のコレクションを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Collections::Specialized::StringCollection ^ Warnings { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Warnings { get; }
member this.Warnings : System.Collections.Specialized.StringCollection
Public ReadOnly Property Warnings As StringCollection

プロパティ値

StringCollection

記述したコード エンティティをインポートした際に生成された警告を含む StringCollection

適用対象