CultureAttribute 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.
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class CultureAttribute : NUnit.Framework.IncludeExcludeAttribute, NUnit.Framework.Internal.IApplyToTest
type CultureAttribute = class
inherit IncludeExcludeAttribute
interface IApplyToTest
- Vererbung
- Attribute
- Implementiert
Konstruktoren
| CultureAttribute() | |
| CultureAttribute(String) |
Eigenschaften
| Exclude | (Geerbt von IncludeExcludeAttribute) |
| Include | (Geerbt von IncludeExcludeAttribute) |
| Reason | (Geerbt von IncludeExcludeAttribute) |
Methoden
| ApplyToTest(Test) | |
| IsCultureSupported(String) | |
| IsCultureSupported(String[]) |