Share via


SubordinateDocumentLockHolder Constructor

Creates a new SubordinateDocumentLockHolder.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    parentDocument As DocData, _
    fileName As String, _
    childItemId As UInteger _
)
public SubordinateDocumentLockHolder(
    IServiceProvider serviceProvider,
    DocData parentDocument,
    string fileName,
    uint childItemId
)
public:
SubordinateDocumentLockHolder(
    IServiceProvider^ serviceProvider, 
    DocData^ parentDocument, 
    String^ fileName, 
    unsigned int childItemId
)
new : 
        serviceProvider:IServiceProvider * 
        parentDocument:DocData * 
        fileName:string * 
        childItemId:uint32 -> SubordinateDocumentLockHolder
public function SubordinateDocumentLockHolder(
    serviceProvider : IServiceProvider, 
    parentDocument : DocData, 
    fileName : String, 
    childItemId : uint
)

Parameters

.NET Framework Security

See Also

Reference

SubordinateDocumentLockHolder Class

Microsoft.VisualStudio.Modeling.Shell Namespace