SqlWorkbenchHierarchy.CreateHierarchyWrapper(Type, ILocalRegistry) Method

Definition

public:
 static System::Object ^ CreateHierarchyWrapper(Type ^ typeToWrap, Microsoft::VisualStudio::Shell::Interop::ILocalRegistry ^ localReg);
public static object CreateHierarchyWrapper(Type typeToWrap, Microsoft.VisualStudio.Shell.Interop.ILocalRegistry localReg);
static member CreateHierarchyWrapper : Type * Microsoft.VisualStudio.Shell.Interop.ILocalRegistry -> obj
Public Shared Function CreateHierarchyWrapper (typeToWrap As Type, localReg As ILocalRegistry) As Object

Parameters

typeToWrap
Type
localReg
ILocalRegistry

Returns

Applies to