Partilhar via


Método ModelingDocData.CreateObject

Cria um objeto

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
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 com Type especificado

Valor de retorno

Tipo: System.Object

Segurança do .NET Framework

Consulte também

Referência

ModelingDocData Classe

Namespace Microsoft.VisualStudio.Modeling.Shell