ShadowingAttribute-Konstruktor
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
)
Parameter
- fullNameOfSource
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.