IVsRegisterUIFactories::RegisterUIFactory Method (Guid, IVsUIFactory^)
Visual Studio 2015
Registers the UI factory.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- guid
-
Type:
System::Guid
[in] A globally unique identifier for the new factory.
- pUIFactory
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIFactory^
[in] Pointer to the factory object.
Return Value
Type: System::Int32Returns S_OK if the new factory was properly registered, otherwise an error code.
Show: