DebuggerTypeProxyAttribute.ProxyTypeName 属性

定义

获取代理类型的类型名称。Gets the type name of the proxy type.

public:
 property System::String ^ ProxyTypeName { System::String ^ get(); };
public string ProxyTypeName { get; }
member this.ProxyTypeName : string
Public ReadOnly Property ProxyTypeName As String

属性值

String

代理类型的类型名称。The type name of the proxy type.

适用于