PexSuppressPreparableForTypeAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Attribut zum Definieren einer Typdefinition als nicht unterdrückbar
public ref class PexSuppressPreparableForTypeAttribute sealed : Microsoft::Pex::Framework::Packages::PexExplorationPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexSuppressPreparableForTypeAttribute : Microsoft.Pex.Framework.Packages.PexExplorationPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexSuppressPreparableForTypeAttribute = class
inherit PexExplorationPackageAttributeBase
Public NotInheritable Class PexSuppressPreparableForTypeAttribute
Inherits PexExplorationPackageAttributeBase
- Vererbung
-
PexSuppressPreparableForTypeAttribute
- Attribute
Konstruktoren
| PexSuppressPreparableForTypeAttribute(Type) |
Initialisiert eine neue Instanz der PexSuppressPreparableForTypeAttribute-Klasse. |
Eigenschaften
| Name |
Ruft den Namen dieses Pakets ab. (Geerbt von PexExplorationPackageAttributeBase) |
| TargetType |
Ruft den Zieltyp ab |
Methoden
| AfterExploration(IPexExplorationComponent, Object) |
Rückruf, der ausgeführt wird, nachdem die Auswertung beendet wurde. (Geerbt von PexExplorationPackageAttributeBase) |
| BeforeExploration(IPexExplorationComponent) |
Rückruf, der ausgeführt wird, bevor die Auswertung beginnt. (Geerbt von PexExplorationPackageAttributeBase) |
| Decorate(Name, IPexDecoratedComponentElement) |
Mit dieser Methode können Sie Filter, Fokus und Pakete für intellitest ankündigen. (Geerbt von PexExplorationPackageAttributeBase) |
| Initialize(IPexExplorationEngine) |
Initialisiert das angegebene Auswertungspaket. Kann mit Diensten interagieren. (Geerbt von PexExplorationPackageAttributeBase) |
| Load(IContainer) |
Diese Methode bietet die Möglichkeit, Dienste zu installieren oder zu ersetzen. (Geerbt von PexExplorationPackageAttributeBase) |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Validiert das Attribut in einem bestimmten Sichtbarkeitskontext. (Geerbt von PexComponentElementDecoratorAttributeBase) |