Compartilhar via


ModelingDocData(IServiceProvider, Guid) Constructor

Definition

Constructor.

protected:
 ModelingDocData(IServiceProvider ^ serviceProvider, Guid editorId);
protected ModelingDocData (IServiceProvider serviceProvider, Guid editorId);
new Microsoft.VisualStudio.Modeling.Shell.ModelingDocData : IServiceProvider * Guid -> Microsoft.VisualStudio.Modeling.Shell.ModelingDocData
Protected Sub New (serviceProvider As IServiceProvider, editorId As Guid)

Parameters

serviceProvider
IServiceProvider

ServiceProvider used to retrieve shell services.

editorId
Guid

Guid of the editor factory that created the DocData.

Applies to