'宣言 Public Shared Sub ValidateTargetTypeOfStyle( _ ByVal style As Style, _ ByVal targetType As Type, _ ByVal propertyName As String _ )
public static void ValidateTargetTypeOfStyle( Style style, Type targetType, string propertyName )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | style、targetType、または propertyName 引数が null の場合。 |
| System.ArgumentException | スタイルの TargetType は渡された targetType と互換性がありません。 |