DesignerDocDataService Constructor (IServiceProvider^, IVsHierarchy^, UInt32, Object^)
Visual Studio 2015
Initializes a new instance of DesignerDocDataService for the specified node and document data.
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^
- 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.
Show: