ModelingDocData.CreateObject (Método)

crea un objeto

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxis

'Declaración
Protected Function CreateObject ( _
    localRegistry As ILocalRegistry, _
    clsid As Guid, _
    typeId As Guid _
) As Object
protected Object CreateObject(
    ILocalRegistry localRegistry,
    Guid clsid,
    Guid typeId
)

Parámetros

  • typeId
    Tipo: System.Guid
    GUID assotiated con System.Type especificado

Valor devuelto

Tipo: System.Object

Seguridad de .NET Framework

Vea también

Referencia

ModelingDocData Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)