C# Class Microsoft.VisualStudio.Project.NativeMethods

Mostra file Open project: blackberry/VSPlugin Class Usage Examples

Public Properties

Property Type Description
IID_IUnknown System.Guid

Public Methods

Method Description
IsSamePath ( string file1, string file2 ) : bool
Succeeded ( int hr ) : bool

Private Methods

Method Description
DestroyIcon ( IntPtr handle ) : bool
GetAbsolutePath ( string fileName ) : string
GetBinaryType ( [ lpApplicationName, uint &lpBinaryType ) : bool
IsDialogMessageA ( IntPtr hDlg, MSG &msg ) : bool
SetParent ( IntPtr hWnd, IntPtr hWndParent ) : IntPtr

Method Details

IsSamePath() public static method

public static IsSamePath ( string file1, string file2 ) : bool
file1 string
file2 string
return bool

Succeeded() public static method

public static Succeeded ( int hr ) : bool
hr int
return bool

Property Details

IID_IUnknown public_oe static_oe property

public static Guid,System IID_IUnknown
return System.Guid