IVsDeferredDocView.get_DocView(IntPtr) Metodo

Definizione

Fornisce la visualizzazione documento alla finestra del documento.

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

Parametri

ppUnkDocView
IntPtr

nativeint

[out] Puntatore all'interfaccia IUnknown della visualizzazione documento. Usato come argomento per CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame).

Restituisce

Se il metodo ha esito positivo, viene restituito S_OK. Se ha esito negativo, viene restituito un codice di errore.

Si applica a