コード例 #1
0
 public int CreateSelectionAction(IVsTextBuffer pBuffer, out IVsTextSelectionAction ppAction)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int CreateSelectionAction(IVsTextBuffer pBuffer, out IVsTextSelectionAction ppAction)
 {
     throw new Exception("The method or operation is not implemented.");
 }
コード例 #3
0
 /// <summary>
 /// The create selection action.
 /// </summary>
 /// <param name="pBuffer">
 /// The p buffer.
 /// </param>
 /// <param name="ppAction">
 /// The pp action.
 /// </param>
 /// <returns>
 /// The create selection action.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int CreateSelectionAction(IVsTextBuffer pBuffer, out IVsTextSelectionAction ppAction)
 {
     throw new Exception("The method or operation is not implemented.");
 }