Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BaseShadow class.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
type As PrivateType _
)
protected BaseShadow(
PrivateType type
)
protected:
BaseShadow(
PrivateType^ type
)
new :
type:PrivateType -> BaseShadow
protected function BaseShadow(
type : PrivateType
)
Parameters
type
Type: Microsoft.VisualStudio.TestTools.UnitTesting.PrivateTypeType to store at initialization.
.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.