Exemplo n.º 1
0
 public int EnumMarkers(int iPos, int iLen, int iMarkerType, uint dwFlags, out IVsEnumStreamMarkers ppEnum)
 {
     ppEnum = new VsEnumStreamMarkersMock(new IVsTextStreamMarker[1] {
         new VsTextStreamMarker(this, iPos, 1)
     });
     return(VSConstants.S_OK);
 }
Exemplo n.º 2
0
 public int EnumMarkers(int iPos, int iLen, int iMarkerType, uint dwFlags, out IVsEnumStreamMarkers ppEnum) {
     ppEnum = new VsEnumStreamMarkersMock(new IVsTextStreamMarker[1] { new VsTextStreamMarker(this, iPos, 1) });
     return VSConstants.S_OK;
 }
Exemplo n.º 3
0
		public int EnumMarkers(int iPos, int iLen, int iMarkerType, uint dwFlags, out IVsEnumStreamMarkers ppEnum)
		{
			throw new Exception("The method or operation is not implemented.");
		}
Exemplo n.º 4
0
 public int EnumMarkers(int iPos, int iLen, int iMarkerType, uint dwFlags, out IVsEnumStreamMarkers ppEnum)
 {
     throw new Exception("The method or operation is not implemented.");
 }