IVsDeferredDocView.get_CmdUIGuid(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the GUID for the pane or editor factory for later use when you create the view.
public:
int get_CmdUIGuid([Runtime::InteropServices::Out] Guid % pGuidCmdId);
public int get_CmdUIGuid (out Guid pGuidCmdId);
abstract member get_CmdUIGuid : Guid -> int
Public Function get_CmdUIGuid (ByRef pGuidCmdId As Guid) As Integer
Parameters
- pGuidCmdId
- Guid
[out] Pointer to a GUID for the deferred view. Usually the GUID for the pane. Used as an argument to CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame) when you create the view.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.