Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new SubordinateDocumentLockHolder.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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
- serviceProvider
Type: IServiceProvider
- parentDocument
Type: Microsoft.VisualStudio.Modeling.Shell.DocData
- fileName
Type: String
- childItemId
Type: UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.