Share via


ModelingDocData.CreateObject(ILocalRegistry, Guid, Guid) Method

Definition

Creates an object

protected:
 System::Object ^ CreateObject(Microsoft::VisualStudio::Shell::Interop::ILocalRegistry ^ localRegistry, Guid clsid, Guid typeId);
protected object CreateObject (Microsoft.VisualStudio.Shell.Interop.ILocalRegistry localRegistry, Guid clsid, Guid typeId);
member this.CreateObject : Microsoft.VisualStudio.Shell.Interop.ILocalRegistry * Guid * Guid -> obj
Protected Function CreateObject (localRegistry As ILocalRegistry, clsid As Guid, typeId As Guid) As Object

Parameters

localRegistry
ILocalRegistry

Establishes a locally-registered COM object relative to the local Visual Studio registry hive

clsid
Guid

GUID if object to be created

typeId
Guid

GUID assotiated with specified System.Type

Returns

An object

Applies to