ShadowingAttribute Constructor
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
fullNameOfSource As String _
)
public ShadowingAttribute(
string fullNameOfSource
)
public:
ShadowingAttribute(
String^ fullNameOfSource
)
new :
fullNameOfSource:string -> ShadowingAttribute
public function ShadowingAttribute(
fullNameOfSource : String
)
Parameters
- fullNameOfSource
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.