Parameter.CheckParameterName(String) 메서드

정의

지정한 매개 변수 이름의 유효성을 검사합니다.

protected:
 static void CheckParameterName(System::String ^ parameterName);
protected static void CheckParameterName (string parameterName);
static member CheckParameterName : string -> unit
Protected Shared Sub CheckParameterName (parameterName As String)

매개 변수

parameterName
String

매개 변수 이름입니다.

설명

지정된 매개 변수 이름이 잘못된 경우 예외를 throw합니다.

적용 대상