RegexStringValidatorAttribute.Regex プロパティ
アセンブリ: System.Configuration (system.configuration.dll 内)

装飾された構成要素のプロパティに割り当てられる文字列をフィルタ処理するために使用される正規表現を含んだ文字列。

Dim valBase As _ ConfigurationValidatorBase Dim rstrValAttr As _ New RegexStringValidatorAttribute("\w+\S*") ' Get the regular expression string. Dim regex As String = _ rstrValAttr.Regex Console.WriteLine( _ "Regular expression: {0}", regex)
ConfigurationValidatorBase valBase; RegexStringValidatorAttribute rstrValAttr = new RegexStringValidatorAttribute(@"\w+\S*"); // Get the regular expression string. string regex = rstrValAttr.Regex; Console.WriteLine("Regular expression: {0}", regex);

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からRegexStringValidatorAttribute.Regex プロパティを検索する場合は、下記のリンクをクリックしてください。

- RegexStringValidatorAttribute.Regex プロパティのページへのリンク