未验证 提交 45c0cf0f 编写于 作者: A Aaron Robinson 提交者: GitHub

Update System.Runtime.InteropServices.cs (#67466)

Remove `ObsoleteAttribute` from COM interop values.
上级 c40c32cc
......@@ -149,11 +149,7 @@ public sealed partial class ClassInterfaceAttribute : System.Attribute
public enum ClassInterfaceType
{
None = 0,
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")]
AutoDispatch = 1,
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("Support for IDispatch may be unavailable in future releases.")]
AutoDual = 2,
}
[System.CLSCompliantAttribute(false)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册