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 값이기 때문에 설정할 수 없는 경우

적용 대상