Sdílet prostřednictvím


IVsDeferredDocView.get_DocView(IntPtr) Metoda

Definice

Poskytuje zobrazení dokumentu v okně dokumentu.

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

Parametry

ppUnkDocView
IntPtr

nativeint

[out] Ukazatel na IUnknown rozhraní zobrazení dokumentu. Používá se jako argument pro CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame).

Návraty

Pokud je metoda úspěšná, vrátí S_OK. Pokud selže, vrátí kód chyby.

Platí pro