public int GetMarkerTypeInterface(int iMarkerTypeID, out IVsTextMarkerType ppMarkerType)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int GetMarkerTypeInterface(int iMarkerTypeID, out IVsTextMarkerType ppMarkerType)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 3
0
 /// <summary>
 /// The get marker type interface.
 /// </summary>
 /// <param name="iMarkerTypeID">
 /// The i marker type id.
 /// </param>
 /// <param name="ppMarkerType">
 /// The pp marker type.
 /// </param>
 /// <returns>
 /// The get marker type interface.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int GetMarkerTypeInterface(int iMarkerTypeID, out IVsTextMarkerType ppMarkerType)
 {
     throw new Exception("The method or operation is not implemented.");
 }