Share via


IVsDeferredDocView.get_DocView(IntPtr) Method

Definition

Provides the document view to the document window.

public:
 int get_DocView([Runtime::InteropServices::Out] IntPtr % ppUnkDocView);
public int get_DocView (out IntPtr ppUnkDocView);
abstract member get_DocView : nativeint -> int
Public Function get_DocView (ByRef ppUnkDocView As IntPtr) As Integer

Parameters

ppUnkDocView
IntPtr

nativeint

[out] Pointer to the IUnknown interface of the document view. Used as an argument to CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame).

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to