IVsSplitter.GetSizeExtents(Int32, Int32, Int32, Int32) Methode

Definition

Gibt die Minima und Maxima für diesen Bereich zurück (E_NOTIMPL ist zulässig; 0 und Vollbild sind Standards).

public:
 int GetSizeExtents([Runtime::InteropServices::Out] int % piMinHorz, [Runtime::InteropServices::Out] int % piMaxHorz, [Runtime::InteropServices::Out] int % piMinVert, [Runtime::InteropServices::Out] int % piMaxVert);
int GetSizeExtents([Runtime::InteropServices::Out] int & piMinHorz, [Runtime::InteropServices::Out] int & piMaxHorz, [Runtime::InteropServices::Out] int & piMinVert, [Runtime::InteropServices::Out] int & piMaxVert);
public int GetSizeExtents (out int piMinHorz, out int piMaxHorz, out int piMinVert, out int piMaxVert);
abstract member GetSizeExtents : int * int * int * int -> int
Public Function GetSizeExtents (ByRef piMinHorz As Integer, ByRef piMaxHorz As Integer, ByRef piMinVert As Integer, ByRef piMaxVert As Integer) As Integer

Parameter

piMinHorz
Int32

[out] Die minimale horizontale Größe.

piMaxHorz
Int32

[out] Die maximale horizontale Größe.

piMinVert
Int32

[out] Die minimale vertikale Größe.

piMaxVert
Int32

[out] Die maximale vertikale Größe.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Hinweise

COM-Signatur

Aus textmgr. idl:

HRESULT IVsSplitter::GetSizeExtents(  
   [out] long *piMinHorz,  
   [out] long *piMaxHorz,  
   [out] long *piMinVert,  
   [out] long *piMaxVert  
);  

Gilt für