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

 

Initializes a new instance of DesignerDocDataService for the specified node and document data.

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,
	Object^ 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: System::Object^

The primary DocData object.

The primaryDocData object becomes the parent document data object through which all other document data objects derive.

Return to top
Show: