If a legacy add-in exists, specifies the dll of the legacy addin. If a full path isn't specified, Visual Studio will look in the visualizer directory next to the .natvis file that specified the add-in. A regular display string is still allowed in conjunction with an add-in, and will be used as a fallback if the add-in dll cannot be loaded.
If %1 is not from a known and trusted source, this command could be invalid or dangerous to run. Do you wish to run this ...
If a COM registration method is provided, an unregistration method must also be provided to reverse the operations performed ...
If a disposable object is not explicitly disposed before all references to it are out of scope, the object will be disposed ...
If a function name contains "uri" or "url" or "urn" and the return type is string, the return type should be changed to System.Uri. ...
If a legacy add-in exists, specifies the dll of the legacy addin. If a full path isn't specified, Visual Studio will look ...
If a legacy add-in exists, specifies the name of the export for the legacy add-in implementation. Valid only if 'LegacyAddin' ...
If a method overloads another method by replacing a System.Uri parameter with a string, then the string overload should simply ...
If a method uses an IntPtr or UIntPtr field in a class with a finalizer and does not call GC.KeepAlive, a race condition ...
If a parameter name contains "uri" or "url" or "urn", and it's typed as string, the parameter type should be changed to System.Uri, ...