DialogStateManager.GetIntValue(String, Int32) 메서드

정의

경로 식을 사용하여 메모리에서 int 값을 가져옵니다.

public int GetIntValue (string pathExpression, int defaultValue = 0);
member this.GetIntValue : string * int -> int
Public Function GetIntValue (pathExpression As String, Optional defaultValue As Integer = 0) As Integer

매개 변수

pathExpression
String

경로 식입니다.

defaultValue
Int32

값이 없으면 기본값입니다.

반환

경로가 유효하지 않으면 값 또는 null입니다.

적용 대상