IVsDeferredDocView::get_CmdUIGuid Method (Guid)
Visual Studio 2015
Retrieves the GUID for the pane or editor factory for later use when you create the view.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pGuidCmdId
-
Type:
System::Guid
[out] Pointer to a GUID for the deferred view. Usually the GUID for the pane. Used as an argument to CreateDocumentWindow when you create the view.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsDeferredDocView::get_CmdUIGuid( [out] GUID *pGuidCmdId );
Show: