Méthode | Description | |
---|---|---|
Advise ( INiDiffViewerWindowNotify sink, int &cookie ) : HResult | ||
Advise ( object sink, int &cookie ) : HResult | ||
GetLeft ( IStream &stream ) : HResult | ||
GetMode ( NiDiffViewerMode &mode ) : HResult | ||
GetReadOnly ( bool &readOnly ) : HResult | ||
GetRight ( IStream &stream ) : HResult | ||
Load ( IStream left, IStream right ) : HResult | ||
Reset ( ) : HResult | ||
SetMode ( NiDiffViewerMode mode ) : HResult | ||
SetReadOnly ( bool readOnly ) : HResult | ||
Unadvise ( int cookie ) : HResult |
Méthode | Description | |
---|---|---|
CreateClient ( ) : |
Méthode | Description | |
---|---|---|
control_LeftUpdated ( object sender, |
||
control_LeftUpdating ( object sender, CancelEventArgs e ) : void | ||
control_ModeChanged ( object sender, |
||
control_RightUpdated ( object sender, |
||
control_RightUpdating ( object sender, CancelEventArgs e ) : void |
public Advise ( INiDiffViewerWindowNotify sink, int &cookie ) : HResult | ||
sink | INiDiffViewerWindowNotify | |
cookie | int | |
Résultat | HResult |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
Résultat | HResult |
protected CreateClient ( ) : |
||
Résultat |
public GetLeft ( IStream &stream ) : HResult | ||
stream | IStream | |
Résultat | HResult |
public GetMode ( NiDiffViewerMode &mode ) : HResult | ||
mode | NiDiffViewerMode | |
Résultat | HResult |
public GetReadOnly ( bool &readOnly ) : HResult | ||
readOnly | bool | |
Résultat | HResult |
public GetRight ( IStream &stream ) : HResult | ||
stream | IStream | |
Résultat | HResult |
public Load ( IStream left, IStream right ) : HResult | ||
left | IStream | |
right | IStream | |
Résultat | HResult |
public SetMode ( NiDiffViewerMode mode ) : HResult | ||
mode | NiDiffViewerMode | |
Résultat | HResult |
public SetReadOnly ( bool readOnly ) : HResult | ||
readOnly | bool | |
Résultat | HResult |