IOleInPlaceActiveObject.ResizeBorder, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub ResizeBorder ( _
prcBorder As RECT(), _
ByRef riid As Guid, _
pUIWindow As IOleInPlaceUIWindow, _
fFrameWindow As Integer _
)
void ResizeBorder(
RECT[] prcBorder,
ref Guid riid,
IOleInPlaceUIWindow pUIWindow,
int fFrameWindow
)
Paramètres
- prcBorder
Type : array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- riid
Type : System.Guid%
- pUIWindow
Type : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow
- fFrameWindow
Type : System.Int32
Remarques
Pour les informations sur l'interface COM, consultez l'IOleInPlaceActiveObject::ResizeBorder
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.