DebuggerVisualizerAttribute.Target プロパティ

定義

属性がアセンブリ レベルで適用される場合の対象の型を取得または設定します。

public:
 property Type ^ Target { Type ^ get(); void set(Type ^ value); };
public Type? Target { get; set; }
public Type Target { get; set; }
member this.Target : Type with get, set
Public Property Target As Type

プロパティ値

ビジュアライザーの対象の型。

例外

値が null のため、設定できません。

適用対象