次の方法で共有


Warning.ObjectType プロパティ

定義

エラーまたは警告の重大度の種類を取得または設定します。

public:
 property System::String ^ ObjectType { System::String ^ get(); void set(System::String ^ value); };
public string ObjectType { get; set; }
member this.ObjectType : string with get, set
Public Property ObjectType As String

プロパティ値

エラーまたは警告の重大度の種類を設定する String 値です。

適用対象