ShadowingAttribute Class
Do not use this class.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ShadowingAttribute _
Inherits Attribute
'Usage
Dim instance As ShadowingAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class ShadowingAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class ShadowingAttribute sealed : public Attribute
public final class ShadowingAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.UnitTesting.ShadowingAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.