ConditionalRuleReference-Konstruktor (Type)
Initialisiert eine neue Instanz der ConditionalRuleReference-Klasse mit dem angegebenen Typ.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
type As Type _
)
protected ConditionalRuleReference(
Type type
)
protected:
ConditionalRuleReference(
Type^ type
)
new :
type:Type -> ConditionalRuleReference
protected function ConditionalRuleReference(
type : Type
)
Parameter
- type
Typ: System.Type
Der Typ, der für die Initialisierung verwendet wird.
.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.
Siehe auch
Referenz
ConditionalRuleReference Klasse