IOleDocumentView.GetDocument(Object) Method

Definition

public:
 void GetDocument([Runtime::InteropServices::Out] System::Object ^ % ppunk);
void GetDocument([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppunk);
public void GetDocument (out object ppunk);
abstract member GetDocument : obj -> unit
Public Sub GetDocument (ByRef ppunk As Object)

Parameters

ppunk
Object

Remarks

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

Applies to