SubordinateDocumentLockHolder Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SubordinateDocumentLockHolder.
public:
SubordinateDocumentLockHolder(IServiceProvider ^ serviceProvider, Microsoft::VisualStudio::Modeling::Shell::DocData ^ parentDocument, System::String ^ fileName, System::UInt32 childItemId);
public SubordinateDocumentLockHolder (IServiceProvider serviceProvider, Microsoft.VisualStudio.Modeling.Shell.DocData parentDocument, string fileName, uint childItemId);
new Microsoft.VisualStudio.Modeling.Shell.SubordinateDocumentLockHolder : IServiceProvider * Microsoft.VisualStudio.Modeling.Shell.DocData * string * uint32 -> Microsoft.VisualStudio.Modeling.Shell.SubordinateDocumentLockHolder
Public Sub New (serviceProvider As IServiceProvider, parentDocument As DocData, fileName As String, childItemId As UInteger)
Parameters
- serviceProvider
- IServiceProvider
- parentDocument
- DocData
- fileName
- String
- childItemId
- UInt32