ModelingDocData.CreateObject Method

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

Syntax

'宣言
Protected Function CreateObject ( _
    localRegistry As ILocalRegistry, _
    clsid As Guid, _
    typeId As Guid _
) As Object
'使用
Dim localRegistry As ILocalRegistry
Dim clsid As Guid
Dim typeId As Guid
Dim returnValue As Object

returnValue = Me.CreateObject(localRegistry, _
    clsid, typeId)
protected Object CreateObject(
    ILocalRegistry localRegistry,
    Guid clsid,
    Guid typeId
)
protected:
Object^ CreateObject(
    ILocalRegistry^ localRegistry, 
    Guid clsid, 
    Guid typeId
)
protected function CreateObject(
    localRegistry : ILocalRegistry, 
    clsid : Guid, 
    typeId : Guid
) : Object

Parameters

Return Value

Type: System.Object

Permissions

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace