Udostępnij za pośrednictwem


IVsDeferredDocView.get_CmdUIGuid(Guid) Metoda

Definicja

Pobiera identyfikator GUID dla okienka lub fabryki edytora do późniejszego użycia podczas tworzenia widoku.

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

Parametry

pGuidCmdId
Guid

[out] Wskaźnik do identyfikatora GUID dla widoku odroczonego. Zazwyczaj identyfikator GUID okienka. Używany jako argument podczas CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame) tworzenia widoku.

Zwraca

Jeśli metoda powiedzie się, zwraca wartość S_OK. Jeśli nie powiedzie się, zwraca kod błędu.

Dotyczy