int IVsRunningDocumentTable.RegisterDocumentLockHolder(uint flags, uint cookie, IVsDocumentLockHolder lockHolder, out uint lockHolderCookie)
 {
     throw new NotImplementedException();
 }
 public int RegisterDocumentLockHolder(uint grfRDLH, uint dwCookie, IVsDocumentLockHolder pLockHolder, out uint pdwLHCookie)
 {
     throw new NotImplementedException();
 }
 public int RegisterDocumentLockHolder(uint grfRDLH, uint dwCookie, IVsDocumentLockHolder pLockHolder, out uint pdwLHCookie)
 {
     throw new NotImplementedException();
 }
 public int RegisterDocumentLockHolder(uint grfRDLH, uint dwCookie, IVsDocumentLockHolder pLockHolder, out uint pdwLHCookie)
 {
     throw new Exception("The method or operation is not implemented.");
 }
示例#5
0
 public int RegisterDocumentLockHolder(uint grfRDLH, uint dwCookie, IVsDocumentLockHolder pLockHolder, out uint pdwLHCookie)
 {
     pdwLHCookie = 0;
     return(VSConstants.S_OK);
 }
示例#6
0
		public int RegisterDocumentLockHolder(uint grfRDLH, uint dwCookie, IVsDocumentLockHolder pLockHolder, out uint pdwLHCookie)
		{
			pdwLHCookie = 0;
			return VSConstants.S_OK;
		}
 int IVsRunningDocumentTable.RegisterDocumentLockHolder(uint flags, uint cookie, IVsDocumentLockHolder lockHolder, out uint lockHolderCookie)
 {
     throw new NotImplementedException();
 }