ModelingDocData Constructor

Initializes a new instance of the ModelingDocData class.

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

Syntax

'宣言
Protected Sub New ( _
    serviceProvider As IServiceProvider, _
    editorId As Guid _
)
'使用
Dim serviceProvider As IServiceProvider
Dim editorId As Guid

Dim instance As New ModelingDocData(serviceProvider, _
    editorId)
protected ModelingDocData(
    IServiceProvider serviceProvider,
    Guid editorId
)
protected:
ModelingDocData(
    IServiceProvider^ serviceProvider, 
    Guid editorId
)
protected function ModelingDocData(
    serviceProvider : IServiceProvider, 
    editorId : Guid
)

Parameters

  • editorId
    Type: System.Guid

    The GUID of the editor factory that created the document.

Permissions

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace