示例#1
0
 public void LockDocument(_VSRDTFLAGS lockType, uint cookie)
 {
     NativeMethods.ThrowOnFailure(rdt.LockDocument((uint)lockType, cookie));
 }