DesignerDocDataService Constructor (IServiceProvider^, IVsHierarchy^, UInt32, DocData^)

 

Initializes a new instance of DesignerDocDataService.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
DesignerDocDataService(
	IServiceProvider^ provider,
	IVsHierarchy^ primaryHierarchy,
	unsigned int primaryItemId,
	DocData^ primaryDocData
)

Parameters

provider
Type: System::IServiceProvider^

IServiceProvider.

primaryHierarchy
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The IVsHierarchy interface for the associated node in the project hierarchy.

primaryItemId
Type: System::UInt32

The item ID for the primary node.

primaryDocData
Type: Microsoft.VisualStudio.Shell.Design.Serialization::DocData^

The primary DocData object.

primaryDocData becomes the parent DocData from which all other document data objects derive.

Return to top
Show: