IOleInPlaceSite.GetWindowContext, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub GetWindowContext ( _
<OutAttribute> ByRef ppFrame As IOleInPlaceFrame, _
<OutAttribute> ByRef ppDoc As IOleInPlaceUIWindow, _
<OutAttribute> lprcPosRect As RECT(), _
<OutAttribute> lprcClipRect As RECT(), _
<OutAttribute> lpFrameInfo As OLEINPLACEFRAMEINFO() _
)
void GetWindowContext(
out IOleInPlaceFrame ppFrame,
out IOleInPlaceUIWindow ppDoc,
RECT[] lprcPosRect,
RECT[] lprcClipRect,
OLEINPLACEFRAMEINFO[] lpFrameInfo
)
Paramètres
- ppFrame
Type : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceFrame%
- ppDoc
Type : Microsoft.VisualStudio.OLE.Interop.IOleInPlaceUIWindow%
- lprcPosRect
Type : array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- lprcClipRect
Type : array<Microsoft.VisualStudio.OLE.Interop.RECT[]
- lpFrameInfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLEINPLACEFRAMEINFO[]
Remarques
Pour les informations sur l'interface COM, consultez l'IOleInPlaceSite::GetWindowContext
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.