IVsTextManager.GetBufferSccStatus2 메서드
파일을 체크 인할 것인지 정보를 소스 코드 제어에서 버퍼 인지 여부, 있다면 반환 합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
Function GetBufferSccStatus2 ( _
pszFileName As String, _
<OutAttribute> ByRef pbNonEditable As Integer, _
<OutAttribute> ByRef piStatusFlags As Integer _
) As Integer
int GetBufferSccStatus2(
string pszFileName,
out int pbNonEditable,
out int piStatusFlags
)
int GetBufferSccStatus2(
[InAttribute] String^ pszFileName,
[OutAttribute] int% pbNonEditable,
[OutAttribute] int% piStatusFlags
)
abstract GetBufferSccStatus2 :
pszFileName:string *
pbNonEditable:int byref *
piStatusFlags:int byref -> int
function GetBufferSccStatus2(
pszFileName : String,
pbNonEditable : int,
piStatusFlags : int
) : int
매개 변수
pszFileName
형식: String[in] 관심 있는 파일 이름입니다.
pbNonEditable
형식: Int32%[out] 경우 true를 하 고 (예를 들어, 소스 제어에서 사용 중인 파일과 체크 인 경우) 해당 파일을 수정할 수 있습니다. If false를 하 고 있는 파일을 편집할 수 있습니다.)
piStatusFlags
형식: Int32%[out] 추가 상태 플래그를 반환 합니다. 이것은 tagVSQueryEditResult 에서 반환 된 값 QueryEditFiles. 전달 값에 nullNull 참조(Visual Basic의 경우 Nothing) 반환 값을 사용 하지 않으려면이 매개 변수를.
반환 값
형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.
설명
COM 시그니처
Textmgr.idl에서:
HRESULT IVsTextManager::GetBufferSccStatus2(
[in] const WCHAR *pszFileName,
[out] BOOL *pbNonEditable,
[out] int *piStatusFlags
);
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.