ShadowingAttribute – konstruktor
Obor názvů: Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení: Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Deklarace
Public Sub New ( _
fullNameOfSource As String _
)
public ShadowingAttribute(
string fullNameOfSource
)
public:
ShadowingAttribute(
String^ fullNameOfSource
)
new :
fullNameOfSource:string -> ShadowingAttribute
public function ShadowingAttribute(
fullNameOfSource : String
)
Parametry
- fullNameOfSource
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.