TeamFoundationBaseRegistryService.GetValue 메서드 (TeamFoundationRequestContext, String, Boolean, String)
GetValue를 문자열로 지정된 된 경로 대 한 값을 반환 합니다.
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Public Overridable Function GetValue ( _
requestContext As TeamFoundationRequestContext, _
path As String, _
fallThru As Boolean, _
defaultValue As String _
) As String
public virtual string GetValue(
TeamFoundationRequestContext requestContext,
string path,
bool fallThru,
string defaultValue
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- path
형식: System.String
위치 레지스트리에서 설정을 읽을 수 있습니다.
- fallThru
형식: System.Boolean
값이 없는 및 하이브 이동 거기서에서 읽을 수입니다.
- defaultValue
형식: System.String
레지스트리 값이 존재 하지 않는 경우 기본 값이 반환 됩니다.
반환 값
형식: System.String
지정된 된 위치에 대 한 레지스트리 값
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.