C# 클래스 Microsoft.VisualStudio.Project.IntegrationTests.NativeMethods

Defines pinvoked utility methods and internal VS Constants
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

공개 메소드들

메소드 설명
IsSamePath ( string file1, string file2 ) : bool

비공개 메소드들

메소드 설명
AttachThreadInput ( uint idAttach, uint idAttachTo, bool attach ) : bool
DispatchMessage ( [ msg ) : int
EndDialog ( IntPtr hDlg, int result ) : bool
EnumChildWindows ( IntPtr hwnd, CallBack x, IntPtr y ) : int
GetClassName ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetCurrentThreadId ( ) : uint
GetLastError ( ) : long
GetWindowText ( IntPtr hWnd, StringBuilder className, int stringLength ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
HResultFromWin32 ( long error ) : long
IsWindowVisible ( IntPtr hDlg ) : bool
MsgWaitForMultipleObjects ( int nCount, int pHandles, bool fWaitAll, int dwMilliseconds, int dwWakeMask ) : int
PeekMessage ( [ msg, HandleRef hwnd, int msgMin, int msgMax, int remove ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, UInt32 wParam, IntPtr lParam ) : UInt32
SetFocus ( IntPtr hWnd ) : IntPtr
TranslateMessage ( [ msg ) : bool

메소드 상세

IsSamePath() 공개 정적인 메소드

public static IsSamePath ( string file1, string file2 ) : bool
file1 string
file2 string
리턴 bool