Freigeben über


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: String

.NET Framework-Sicherheit

Siehe auch

Referenz

ShadowingAttribute Klasse

Microsoft.VisualStudio.TestTools.UnitTesting-Namespace