DebuggerVisualizerAttribute.TargetTypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在組件層級套用屬性時,取得或設定完整型別名稱。
public:
property System::String ^ TargetTypeName { System::String ^ get(); void set(System::String ^ value); };
public string? TargetTypeName { get; set; }
public string TargetTypeName { get; set; }
member this.TargetTypeName : string with get, set
Public Property TargetTypeName As String
屬性值
目標型別的完整型別名稱。
備註
如果目標是以類型 (指定,而不是依類型名稱) ,則傳回的名稱是 AssemblyQualifiedName 目標類型的屬性。