IOleDocumentView.GetInPlaceSite Method

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

Syntax

'Declaration
Sub GetInPlaceSite ( _
    <OutAttribute> ByRef ppIPSite As IOleInPlaceSite _
)
void GetInPlaceSite(
    out IOleInPlaceSite ppIPSite
)
void GetInPlaceSite(
    [OutAttribute] IOleInPlaceSite^% ppIPSite
)
abstract GetInPlaceSite : 
        ppIPSite:IOleInPlaceSite byref -> unit
function GetInPlaceSite(
    ppIPSite : IOleInPlaceSite
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace