ModelingDocData.CreateObject(ILocalRegistry, Guid, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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