简体   繁体   English

智能感知和自动完成统一

[英]Intellisense and Autocompletion Unity

I am playing with the IoC Container Unity, and according to the documentation, adding this xmlns attribute to the "unity" section must allow Visual Studio doing some Intellisense stuff : 我正在使用IoC Container Unity,根据文档,将此xmlns属性添加到“unity”部分必须允许Visual Studio执行一些Intellisense:

<configuration>
    <configSections>
        <section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration"/>
    </configSections>
    [..]
    <unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
        [..]
    </unity>
</configuration>

Actually, it doesn't work. 实际上,它不起作用。 It seems the resource has been (re?)moved. 似乎资源已被(重新)移动。 Do you know the new link ? 你知道新的链接吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM