Locks the Running Document Table entry for the nested project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Sub LockRDTEntry
'使用
Me.LockRDTEntry()
protected virtual void LockRDTEntry()
protected:
virtual void LockRDTEntry()
protected function LockRDTEntry()
Remarks
By default this document is marked as "Don't Save As". That means that File->SaveAs is disabled for the nested project node.
Permissions
- 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.