バージョン

StaticPropertyResourceKey コンストラクタ

StaticPropertyResourceKey クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As Type, _
   ByVal propertyName As String _
)
public StaticPropertyResourceKey( 
   Type type,
   string propertyName
)

パラメータ

type
静的な読み取り専用プロパティまたはタイプ ResourceKey のフィールドを公開するクラスのタイプ。
propertyName
静的な読み取り専用プロパティまたはタイプによって公開されるフィールド(またはタイプ ResourceKey)の名前。
例外
例外解説
System.ArgumentNullExceptionタイプは null です
System.ArgumentNullExceptionpropertyName は null です
参照