IOleDocumentView.GetInPlaceSite Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetInPlaceSite ( _
    <OutAttribute> ByRef ppIPSite As IOleInPlaceSite _
)
'使用
Dim instance As IOleDocumentView
Dim ppIPSite As IOleInPlaceSite

instance.GetInPlaceSite(ppIPSite)
void GetInPlaceSite(
    out IOleInPlaceSite ppIPSite
)
void GetInPlaceSite(
    [OutAttribute] IOleInPlaceSite^% ppIPSite
)
function GetInPlaceSite(
    ppIPSite : IOleInPlaceSite
)

Parameters

Remarks

For information on the COM interface, see IOleDocumentView::GetInPlaceSite

Permissions

See Also

Reference

IOleDocumentView Interface

IOleDocumentView Members

Microsoft.VisualStudio.OLE.Interop Namespace