IPreferences.ContainsValue 메서드
버전 2에 적용
기본 설정에 특정 값이 있는지 여부를 확인합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Function ContainsValue ( _
key As String _
) As Boolean
‘사용 방법
Dim instance As IPreferences
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsValue(key)
bool ContainsValue(
string key
)
bool ContainsValue(
String^ key
)
abstract ContainsValue :
key:string -> bool
function ContainsValue(
key : String
) : boolean
매개 변수
key
유형: System.String기본 설정 키 이름입니다.
반환 값
유형: System.Boolean
값이 설정되었으면 True이고, 그렇지 않으면 false입니다.