Partager via


IVsDeferredDocView.get_CmdUIGuid(Guid) Méthode

Définition

Récupère le GUID de la fabrique du volet ou de l’éditeur pour une utilisation ultérieure lors de la création de la vue.

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

Paramètres

pGuidCmdId
Guid

[out] Pointeur vers un GUID pour la vue différée. Généralement le GUID du volet. Utilisé comme argument pour CreateDocumentWindow(UInt32, String, IVsUIHierarchy, UInt32, IntPtr, IntPtr, Guid, String, Guid, IServiceProvider, String, String, Int32[], IVsWindowFrame) lorsque vous créez la vue.

Retours

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à