IOleDocumentView.SetInPlaceSite Method

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

Syntax

'Declaration
Sub SetInPlaceSite ( _
    pIPSite As IOleInPlaceSite _
)
void SetInPlaceSite(
    IOleInPlaceSite pIPSite
)
void SetInPlaceSite(
    [InAttribute] IOleInPlaceSite^ pIPSite
)
abstract SetInPlaceSite : 
        pIPSite:IOleInPlaceSite -> unit
function SetInPlaceSite(
    pIPSite : IOleInPlaceSite
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

IOleDocumentView Interface

Microsoft.VisualStudio.OLE.Interop Namespace